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