fn builtin_seq_along(
args: &[RValue],
_: &[(String, RValue)],
) -> Result<RValue, RError>Expand description
Generate 1:length(along.with) as an integer vector.
@param along.with the object whose length determines the sequence @return integer vector 1, 2, …, length(along.with)