fn builtin_as_vector( args: &[RValue], _: &[(String, RValue)], ) -> Result<RValue, RError>
Coerce an object to a vector, stripping all attributes.
@param x object to coerce @return the object with all attributes removed