fn iterateAssumeFirstIteration(self: IterableDir) Iterator

Like iterate, but will not reset the directory cursor before the first iteration. This should only be used in cases where it is known that the IterableDir has not had its cursor modified yet (e.g. it was just opened).

Parameters