type emptyFastIterator
A FastIterator that is already exhausted and never yields values. Its fastNext method always returns the provided fallback value.
Definition
emptyFastIterator: FastIterator<any>
type emptyFastIteratorA FastIterator that is already exhausted and never yields values. Its fastNext method always returns the provided fallback value.
emptyFastIterator: FastIterator<any>