gladed ~master (2018-11-17T17:05:29Z)
Dub
Repo
FashMap.Pair
fixedsizehashmap
FashMap
Undocumented in source.
struct
FashMap
(K, V, const size_t cap = 64)
struct
Pair (
N
M
) {
N
key
;
M
value
;
this
(N k, M v);
}
Constructors
this
this
(N k, M v)
Undocumented in source.
Members
Variables
key
N
key
;
Undocumented in source.
value
M
value
;
Undocumented in source.
Meta
Source
See Implementation
fixedsizehashmap
FashMap
functions
contains
insert
opApply
opIndex
properties
capacity
empty
length
structs
Pair