Struct OrderedHashMap

struct OrderedHashMap(K, V, Allocator, bool GCRangesAllowed = true) ;

Methods

NameDescription
addIfMissed
byKey iterator by keys
byPair
byValue iterator by value
clear
get get
getOrAdd
length get numter of keys in table
opBinaryRight key in table
opIndex map[key]
opIndexAssign map[k] = v;
put
remove