Module collections

Source

Structsยง

BTreeMap
An ordered map based on a B-Tree.
HashMap
A hash map implemented with quadratic probing and SIMD lookup.
HashSet
A hash set implemented as a HashMap where the value is ().