compile_state::state

Type Alias Captures

Source
type Captures = Rc<RefCell<Vec<(Interned, usize, usize)>>>;

Aliased Typeยง

struct Captures { /* private fields */ }