Skip to main content

ExprToAnonConst

Type Alias ExprToAnonConst 

Source
type ExprToAnonConst<'db> = FxHashMap<ExprId, AnonConstId<'db>>;

Aliased Typeยง

struct ExprToAnonConst<'db> { /* private fields */ }