pub fn list_push(coll: &RuntimeValue, value: RuntimeValue) -> Result<(), String>Expand description
Push value to list — mutates the shared allocation in place.
pub fn list_push(coll: &RuntimeValue, value: RuntimeValue) -> Result<(), String>Push value to list — mutates the shared allocation in place.