fsprojects/FSharpx.Collections


MapIterator<'Key, 'T>

Namespace: Microsoft.FSharp.Collections.Tagged
Parent Module: MapTree

Imperative left-to-right iterators.

Constructors

ConstructorDescription
new(s)
Signature: s:MapTree<'Key,'T> -> MapIterator<'Key,'T>

CompiledName: .ctor

Instance members

Instance memberDescription
Current
Signature: KeyValuePair<'Key,'T>

CompiledName: get_Current

MoveNext()
Signature: unit -> bool
Fork me on GitHub