Module hashmap
SourceDescription
HashMap — hash-based key-value collection.
The HashMap type is implicitly available everywhere; this module attaches .insert, .get, .contains, and .len to it via host intrinsics.
Not re-exported by the prelude — use :use :open silo:std.collections.hashmap ....