Module map_array

Source

Re-exports§

pub use scalar::MapRef;
pub use scalar::MapValue;

Modules§

cmp 🔒
Refer to MapArray for the semantics of the comparison.
scalar 🔒
We can enforce the invariants (see MapArray) in too many places (both MapValue, MapRef and MapArray).

Structs§

MapArray
MapArray is physically just a List<Struct<key: K, value: V>> array, but with some additional restrictions.
MapArrayBuilder