Re-exports§
Modules§
- cmp 🔒
- Refer to
MapArrayfor the semantics of the comparison. - scalar 🔒
- We can enforce the invariants (see
MapArray) in too many places (bothMapValue,MapRefandMapArray).
Structs§
- MapArray
MapArrayis physically just aList<Struct<key: K, value: V>>array, but with some additional restrictions.- MapArray
Builder