Description

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.

Properties

Methods

InheritedAbstractFinalStaticDatatypeHeader
stringstring key()
this(Json[string]this(Json[string] itemsToBeFiltered)
size_tsize_t count()
boolbool valid()
this()this()
voidvoid rewind()
voidvoid next()
JsonJson currentValue()