Skip to main content

builtin_lengths

Function builtin_lengths 

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

lengths — get lengths of list elements.

@param x list or vector @return integer vector of lengths @namespace base