Skip to main content

builtin_order

Function builtin_order 

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

Permutation which rearranges a vector into ascending order.

@param x a vector @return integer vector of 1-based indices