Skip to main content

code_array

Function code_array 

Source
pub fn code_array(elements: Vec<CodeValue>) -> CodeValue
Expand description

Create an Array value from a Vec of elements.

The vector is leaked so the element pointer remains valid.