Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "source/System/Collections/Enumeration/EmptyEnumerator"

Index

Variables

Variables

EmptyEnumerator

EmptyEnumerator: IEnumerator<any> = Object.freeze({current: VOID0,moveNext: Functions.False,nextValue: Functions.Blank,next: IteratorResult.GetDone,"return": IteratorResult.GetDone,reset: Functions.Blank,dispose: Functions.Blank,isEndless: false})

A simplified stripped down enumerable that is always complete and has no results. Frozen and exported as 'empty' to allow for reuse.

Generated using TypeDoc