[][src]Type Definition lark_collections::FxIndexMap

type FxIndexMap<K, V> = IndexMap<K, V, BuildHasherDefault<FxHasher>>;