fn builtin_integer(
args: &[RValue],
_: &[(String, RValue)],
) -> Result<RValue, RError>Expand description
Create an integer vector of zeros with the given length.
@param length number of elements (default: 0) @return integer vector initialized to 0