Macro funfun::rc[][src]

macro_rules! rc {
    ( $f:ident ) => { ... };
    ( $f:expr ) => { ... };
}

Boxes (heap-allocates) the given value and returns an Rc to the object.