Abstract
Array-based key-value maps.
Requires an ordering on the elements to provide relatively efficient lookups.
Synopsis
Description
- ↑module mk_arraymap
A map that uses a sorted array to represent the mapping.
Array-based key-value maps.
Requires an ordering on the elements to provide relatively efficient lookups.
A map that uses a sorted array to represent the mapping.