An abstract enumerator, useful when mapping over enumerators. It maintains a mutable `curr` item, and a process MapEnumeratorState `state`. Implement DoMoveNext such that `curr` is set after calling, and return whether the enumerator actually moved next. [omit]
Record Field | Description |
Full Usage:
curr
Field type: 'T
Modifiers: mutable |
|
Constructor | Description |
|
|
Instance member | Description |
Full Usage:
this.Dispose
Modifiers: abstract |
|
Full Usage:
this.DoMoveNext
Parameters:
byref<'T>
Returns: bool
Modifiers: abstract |
|
Full Usage:
this.GetCurrent
Returns: 'T
|
|