Skip to main content

builtin_typeof

Function builtin_typeof 

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

Get the internal type of an object.

Returns the low-level type name (e.g., “double”, “integer”, “character”, “logical”, “list”, “closure”, “builtin”, “NULL”).

@param x object to inspect @return character scalar