Constructor | Description |
Full Usage:
PhysicistQueue(prefix, frontLength, front, rBackLength, rBack)
Parameters:
'T list
frontLength : int
front : Lazy<'T list>
rBackLength : int
rBack : 'T list
Returns: PhysicistQueue<'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
|
|
|
|
|
|
|
|