FSharpx.Collections


NonEmptyBootstrappedQueue<'T> Type

Record fields

Record Field Description

Front

Full Usage: Front

Field type: 'T list
Field type: 'T list

FrontAndSuspensionsLength

Full Usage: FrontAndSuspensionsLength

Field type: int
Field type: int

RBack

Full Usage: RBack

Field type: 'T list
Field type: 'T list

RBackLength

Full Usage: RBackLength

Field type: int
Field type: int

Suspensions

Full Usage: Suspensions

Field type: BootstrappedQueue<Lazy<'T list>>
Field type: BootstrappedQueue<Lazy<'T list>>

Static members

Static member Description

NonEmptyBootstrappedQueue.create lenfm f m lenr r

Full Usage: NonEmptyBootstrappedQueue.create lenfm f m lenr r

Parameters:
    lenfm : int
    f : 'a list
    m : BootstrappedQueue<Lazy<'a list>>
    lenr : int
    r : 'a list

Returns: NonEmptyBootstrappedQueue<'a>
lenfm : int
f : 'a list
m : BootstrappedQueue<Lazy<'a list>>
lenr : int
r : 'a list
Returns: NonEmptyBootstrappedQueue<'a>