Skip to main content

array

Function array 

Source
pub fn array(out: &mut CodeValue, elems: &mut SlotBuffer)
Expand description

Write an Array into out, copying (and retaining) elems’s slots. elems still owns its own references afterwards — release it once you’re done (see SlotBuffer::release_all).