Rindle docs and package mapSkip to main content

generate_with_filter

Function generate_with_filter 

Source
pub fn generate_with_filter<'g>(
    rows: RowFlow<'g>,
    predicate: RowPredicate,
) -> RowFlow<'g>
Expand description

Drop rows failing the predicate (generateWithFilter, memory-source.ts:517).