Constructor | Description |
Full Usage:
BatchedDeque(front, rBack)
Parameters:
'T list
rBack : 'T list
Returns: BatchedDeque<'T>
|
|
Instance member | Description |
|
|
Full Usage:
this.Head
Returns: 'T
|
|
|
|
Full Usage:
this.IsEmpty
Returns: bool
|
|
Full Usage:
this.Last
Returns: 'T
|
|
Full Usage:
this.Length
Returns: int
|
|
Full Usage:
this.Lookup(i)
Parameters:
int
Returns: 'T
|
|
|
|
|
|
|
|
|
|
Full Usage:
this.TryGetHead
Returns: 'T option
|
|
|
|
Full Usage:
this.TryGetLast
Returns: 'T option
|
|
|
|
Full Usage:
this.TryLookup(i)
Parameters:
int
Returns: 'T option
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|