Skip to main content

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>