Skip to main content

PersistentMap

Type Alias PersistentMap 

Source
pub type PersistentMap = HashMap<u64, (NanValue, NanValue)>;
Expand description

Persistent immutable map -> O(1) clone via structural sharing.

Aliased Typeยง

pub struct PersistentMap { /* private fields */ }