FxHashMap

Type Alias FxHashMap 

Source
pub type FxHashMap<K, V> = HashMap<K, V, FxBuildHasher>;
Expand description

Type alias for a hash map that uses the Fx hashing algorithm.

Aliased Type§

pub struct FxHashMap<K, V> { /* private fields */ }

Trait Implementations§

Source§

impl From<TextMeta> for FxHashMap<String, LoroValue>

Source§

fn from(value: TextMeta) -> Self

Converts to this type from the input type.