calyx_ir

Type Alias RRC

Source
pub type RRC<T> = Rc<RefCell<T>>;
Expand description

Alias for a RefCell contained in an Rc reference.

Aliased Typeยง

struct RRC<T> { /* private fields */ }