list.count_if
output the number of items that satisfy to external predicate
available since version: 0.1
inlets:
- input list
type: control
- input value from predicate. "1" means accepted. "0" means reject
type: control
outlets:
- count of elements
type: control
- element output to predicate
type: control
keywords:
list
count
See also:
[list.count]
Authors: Serge Poltavsky
License: GPL3 or later