Creates an iterator from another iterator that will keep the results of the inner iterator in memory, so that results don`t have to be re-calculated.
Inherited | Abstract | Final | Static | Datatype | Header |
---|---|---|---|---|---|
string | string key() | ||||
this(Json[string] | this(Json[string] itemsToBeFiltered) | ||||
size_t | size_t count() | ||||
bool | bool valid() | ||||
this() | this() | ||||
void | void rewind() | ||||
void | void next() | ||||
Json | Json currentValue() |