Skip to main content

PersistentMap

Type Alias PersistentMap 

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

COW map: O(1) amortized insert when single-owner, O(n) clone when shared.

Aliased Typeยง

pub struct PersistentMap { /* private fields */ }