_vector_push

Function _vector_push 

Source
pub fn _vector_push(
    _: &mut Interpreter,
    args: Vec<Value>,
) -> Result<Value, Box<dyn Error>>