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.
Inherited | Abstract | Final | Static | Datatype | Header |
---|---|---|---|---|---|
this(Json[string] | this(Json[string] itemToFilter, callable aCallback) |