Module hashmap

Source
Description

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 ....

Data Types

Types

HashMap

Trait Implementations

impl HashMap ?550302 for ?550301

.contains ( key (HashMap key val) Bool )

.get ( key (HashMap key val) val Bool )

.insert ( (HashMap key val) key val (HashMap key val) )

.len ( (HashMap key val) (Int ..) )