fn builtin_head(
args: &[RValue],
named: &[(String, RValue)],
) -> Result<RValue, RError>Expand description
Return the first n elements of a vector.
@param x a vector @param n number of elements to return (default 6) @return vector of the first n elements