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 the value returned is not unique.

Properties

Methods

InheritedAbstractFinalStaticDatatypeHeader
this(Json[string]this(Json[string] itemToFilter, callable aCallback)