Operators Module
Open this module to get access to the operators +++ and ++ to combines the contents of two Sequences or ICollection<'T> into a new ResizeArray
Functions and values
Function or value | Description |
Full Usage:
a ++ b
Parameters:
ICollection<'T>
b : ICollection<'T>
Returns: ResizeArray<'T>
Modifiers: inline Type parameters: 'T |
|
Full Usage:
a +++ b
Parameters:
'T seq
b : 'T seq
Returns: ResizeArray<'T>
Modifiers: inline Type parameters: 'T |