An implementation of order-preserving Hash maps. Order-preserving Hash maps are those that, when asked for a collection of all KV pairs they contain, return them in the exact order they were inserted on.
An implementation of order-preserving Hash maps. Order-preserving Hash maps are those that, when asked for a collection of all KV pairs they contain, return them in the exact order they were inserted on.