Constructor | Description |
Full Usage:
BankersDeque(c, frontLength, front, rBackLength, rBack)
Parameters: Returns: BankersDeque<'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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|