Skip to main content

append

Function append 

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

An append built-in function.