Type Definition mentat_db::types::AVMap [] [src]

type AVMap<'a> = HashMap<&'a AVPair, Entid>;

Map [a v] pairs to existing entids.

Used to resolve lookup-refs and upserts.