Skip to main content

list_push

Function list_push 

Source
pub fn list_push(coll: &RuntimeValue, value: RuntimeValue) -> Result<(), String>
Expand description

Push value to list — mutates the shared allocation in place.