Macro funfun::arc[][src]

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

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