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