Function or value | Description |
|
|
|
|
|
|
Full Usage:
Stack.ofArray array
Parameters:
'T[]
Returns: Stack<'T>
Modifiers: inline Type parameters: 'T |
|
Full Usage:
Stack.ofSeq source
Parameters:
IEnumerable<'a>
Returns: ImmutableStack<'a>
Modifiers: inline Type parameters: 'a |
|
|
|
|
|
|
|
|
|
Full Usage:
Stack.toSeq stack
Parameters:
IStack<'a>
Returns: 'a seq
Modifiers: inline Type parameters: 'a |
|
Active pattern | Description |
Full Usage:
Stack.(|Cons|Nil|) stack
Parameters:
IStack<'a>
Returns: Choice<('a * IImmutableStack<'a>), unit>
|
|