Skip to main content

PersistentMap

Type Alias PersistentMap 

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

PersistentMap type alias used by the VM arena.

Aliased Typeยง

pub struct PersistentMap { /* private fields */ }