Type Definition calyx_ir::RRC

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

Alias for a RefCell contained in an Rc reference.