Union case | Description |
Full Usage:
Nil
|
|
Full Usage:
One('T, AltBinRndAccList<'T * 'T>)
Parameters:
'T
Item2 : AltBinRndAccList<'T * '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.Lookup(i)
Parameters:
int
Returns: 'T
|
|
|
|
|
|
|
|
Full Usage:
this.TryGetHead()
Returns: 'T option
|
|
|
|
Full Usage:
this.TryLookup(i)
Parameters:
int
Returns: 'T option
|
|
|
|
|
|
|
|
|
|
|
|