Skip to main content

builtin_as_vector

Function builtin_as_vector 

Source
fn builtin_as_vector(
    args: &[RValue],
    _: &[(String, RValue)],
) -> Result<RValue, RError>
Expand description

Coerce an object to a vector, stripping all attributes.

@param x object to coerce @return the object with all attributes removed