Skip to main content

array_method

Function array_method 

Source
pub fn array_method(
    arr: &[Value],
    method: &str,
    args: &[Value],
    line: u32,
) -> Result<(Value, Option<Value>), BopError>
Expand description

Returns (return_value, optional_mutated_object)