Type Definition rustc_ap_rustc_data_structures::unify::InPlaceUnificationTable[][src]

type InPlaceUnificationTable<K, V = Vec<VarValue<K>, Global>, L = VecLog<UndoLog<Delegate<K>>>> where
    K: UnifyKey,
    V: VecLike<Delegate<K>>, 
= UnificationTable<InPlace<K, V, L>>;
Expand description

A unification table that uses an “in-place” vector.