Description

Creates a filtered iterator from another iterator. The filtering is done by passing a callback auto to each of the elements and taking them out if it does not return true.

Properties

Methods

InheritedAbstractFinalStaticDatatypeHeader
this(Json[string]this(Json[string] itemsToFilter, callable aCallback)
IteratorIterator unwrap()
this()this()