Stores a value in the buffer, creating a real Arc.
Arc
impl<T, H> ArcBuf<T, H> where H: Allocator, T: Leak, { fn set(self, val: T) -> Arc<T, H> }
The value to be stored in the buffer.