3 ms·
Maybe those two could be filter_for (the “where” case) and filter_out.
by pavlov 11d ago
Maybe those two could be filter_for (the “where” case) and filter_out.
- listenallyall 11d agoKotlin has filter and filterNot (it also has separate "reduce" and "fold" functions, dependingon whether you want to specify an initial accumulator value or not)