Skip to main content

mutable_table

Function mutable_table 

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

Construct a MutableTable from entries and wrap it as a runtime Value.