jansson-d ~master (2022-03-05T11:50:02Z)
Home
Dub
Repo
hashtable_clear
jansson_d
hashtable
Clear hashtable
package nothrow @
trusted
@
nogc
void
hashtable_clear
(
scope
.
hashtable_t
*
hashtable_
)
Parameters
hashtable_
.
hashtable_t
*
The hashtable object
Removes all items from the hashtable.
Meta
Source
See Implementation
jansson_d
hashtable
aliases
bucket_t
hashtable_t
list_t
pair_t
functions
hashtable_clear
hashtable_close
hashtable_del
hashtable_get
hashtable_init
hashtable_iter
hashtable_iter_at
hashtable_iter_key
hashtable_iter_key_len
hashtable_iter_next
hashtable_iter_set
hashtable_iter_value
hashtable_set
manifest constants
INITIAL_HASHTABLE_ORDER
structs
hashtable
hashtable_bucket
hashtable_list
hashtable_pair
templates
hash_str
hashtable_key_to_iter
list_to_pair
ordered_list_to_pair
Clear hashtable