Skip to main content

builtin_length

Function builtin_length 

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

Get the length of an object.

@param x object to measure @return integer scalar