Type Alias calyx_ir::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 */ }