fn builtin_as_integer( args: &[RValue], _: &[(String, RValue)], ) -> Result<RValue, RError>
Coerce an object to integer.
Doubles are truncated toward zero.
@param x object to coerce @return integer vector