decs ~master (2021-07-15T12:31:03.9074131)
Dub
Repo
HashMap.opApply
decs
collections
HashMap
Undocumented in source. Be warned that the author may not have intended to support it.
int
opApply
(int delegate(Pair*) dg)
int
opApply
(int delegate(Key*, Value*) dg)
struct
HashMap
(Key, Value, Hasher = HashFunc!(Key), Comparer = HashComp!(Key), ubyte MIN_HASH_TABLE_POWER = 3, ubyte RELATIONSHIP = 8)
int
opApply
(
int
delegate
(
Key
*
,
Value
*
)
dg
)
Meta
Source
See Implementation
decs
collections
HashMap
functions
clear
erase
get
getptr
has
is_empty
opApply
opIndex
opIndexAssign
set
size
static functions
create
structs
Element
Pair
variables
allocator
elements
hash_table
hash_table_power