Type Definition edge::value::Map [] [src]

type Map<K, V> = BTreeMap<K, V>;

Represents a key/value type.