Crate rand_map

Source
Expand description

A map that creates a random handle on insertion to use when retrieving.

Structsยง

Handle
The handle to a RandMap item is a typed u64.
Iter
The type returned by RandMap::iter().
IterMut
The type returned by RandMap::iter_mut() .
RandMap
A map that creates a random handle on insertion to use when retrieving.