Type Definition mentat_core::IdentMap [] [src]

type IdentMap = BTreeMap<Keyword, Entid>;

Map Keyword idents (:db/ident) to positive integer entids (1).