Skip to main content

push

Function push 

Source
pub fn push(
    _interp: &mut Interp,
    _env: &mut Env,
    arg_values: &[Value],
) -> Result<Value>
Expand description

A push built-in function.