fsprojects/FSharpx.Collections


BootstrappedQueue<'T>

Namespace: FSharpx.Collections.Experimental
Parent Module: BootstrappedQueue

Union Cases

Union CaseDescription
Empty
Signature:
NonEmpty(NonEmptyBootstrappedQueue<'T>)
Signature: NonEmptyBootstrappedQueue<'T>

Static members

Static memberDescription
checkF(q)
Signature: q:NonEmptyBootstrappedQueue<'T> -> BootstrappedQueue<'T>
checkQ(q)
Signature: q:NonEmptyBootstrappedQueue<'T> -> BootstrappedQueue<'T>
head
Signature: BootstrappedQueue<'T> -> 'T

CompiledName: get_head

length
Signature: BootstrappedQueue<'T> -> int

CompiledName: get_length

ofList(l)
Signature: l:List<'T> -> BootstrappedQueue<'T>
snoc(x)
Signature: x:'T -> BootstrappedQueue<'T> -> BootstrappedQueue<'T>
tail
Signature: BootstrappedQueue<'T> -> BootstrappedQueue<'T>

CompiledName: get_tail

tryGetHead
Signature: BootstrappedQueue<'T> -> 'T option

CompiledName: get_tryGetHead

tryGetTail
Signature: BootstrappedQueue<'T> -> BootstrappedQueue<'T> option

CompiledName: get_tryGetTail

Fork me on GitHub