Trait Keyedpub
Source:trait(pub) Keyed
.lookup ( key (Self key val) → (Option val) )
.contains-key ( key (Self key val) → Bool )
Description
Trait for collections that support key-indexed access. Independent of iteration order — does not require Foldable.