Skip to main content

code_object

Function code_object 

Source
pub fn code_object(fields: Vec<CodeField>) -> CodeValue
Expand description

Create an Object value from a Vec of fields.

The vector is leaked so the field pointer remains valid.