A simple linked map with eq
as the key comparison, optimized for small maps.
It has linear complexity for apply
, updated
, and remove
.
- Companion:
- object
A simple linked map with eq
as the key comparison, optimized for small maps.
It has linear complexity for apply
, updated
, and remove
.