Skip to main content

persistent_map

Function persistent_map 

Source
pub fn persistent_map(
    cx: &mut Cx,
    entries: Vec<(Symbol, Value)>,
) -> Result<Value>
Expand description

Construct an immutable map (table) Value from key/value entries.