Type Alias ConstMap

Source
type ConstMap<'tcx> = FxIndexMap<Key<'tcx>, ConstInfo>;

Aliased Typeยง

struct ConstMap<'tcx> { /* private fields */ }