Bindings

Type Alias Bindings 

Source
pub type Bindings = HashMap<(Substr, TokenKind), Arc<Decl>>;
Expand description

A mapping of identifier names to their declarations

Aliased Typeยง

pub struct Bindings { /* private fields */ }