fsprojects/FSharpx.Collections


SetIterator<'T>

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

Constructors

ConstructorDescription
new(s)
Signature: s:SetTree<'T> -> SetIterator<'T>

CompiledName: .ctor

Instance members

Instance memberDescription
Current
Signature: 'T

CompiledName: get_Current

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