StringIntMap struct

Defined in module std.hashmap (hashmap.l0).

StringIntMap stores associations between strings and integers.

Same layout and probing as StringPtrMap, but values are int instead of void*.

Fields

capacity: int
count: int
tomb_count: int
states: ArrayBase*
hashes: ArrayBase*
keys: ArrayBase*
values: ArrayBase*