Skip to main content

rapply_collect

Function rapply_collect 

Source
fn rapply_collect(
    interp: &Interpreter,
    x: &RValue,
    f: &RValue,
    env: &Environment,
    out: &mut Vec<RValue>,
    classes: Option<&[String]>,
    deflt: Option<&RValue>,
) -> Result<(), RError>
Expand description

Helper: collect results of applying f to matching leaf (non-list) elements.