fsprojects/FSharpx.Collections


NonEmptyBootstrappedQueue<'T>

Namespace: FSharpx.Collections.Experimental
Parent Module: BootstrappedQueue

Record Fields

Record FieldDescription
Front
Signature: 'T list
FrontAndSuspensionsLength
Signature: int
RBack
Signature: 'T list
RBackLength
Signature: int
Suspensions
Signature: BootstrappedQueue<Lazy<'T list>>

Static members

Static memberDescription
create(lenfm f m lenr r)
Signature: lenfm:int -> (f:'?13782 list) -> (m:BootstrappedQueue<Lazy<'?13782 list>>) -> lenr:int -> (r:'?13782 list) -> NonEmptyBootstrappedQueue<'?13782>
Fork me on GitHub