Type Alias ExportMap

Source
pub type ExportMap = BTreeMap<Interned<str>, Expr>;
Expand description

Type alias for export maps.

Maps exported names to their corresponding expressions.

Aliased Typeยง

struct ExportMap { /* private fields */ }