Constructor | Description |
Full Usage:
RealTimeDeque(c, frontLength, front, streamFront, rBackLength, rBack, streamRBack)
Parameters:
int
frontLength : int
front : LazyList<'T>
streamFront : LazyList<'T>
rBackLength : int
rBack : LazyList<'T>
streamRBack : LazyList<'T>
Returns: RealTimeDeque<'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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|