Skip to main content

builtin_tail

Function builtin_tail 

Source
fn builtin_tail(
    args: &[RValue],
    named: &[(String, RValue)],
) -> Result<RValue, RError>
Expand description

Return the last n elements of a vector.

@param x a vector @param n number of elements to return (default 6) @return vector of the last n elements