ResizeArray Module
Functions and values
| Function or value |
Description
|
Full Usage:
mergeToArray a b
Parameters:
ResizeArray<'T>
b : ResizeArray<'T>
Returns: 'T[]
Modifiers: inline Type parameters: 'T |
Merges two ResizeArrays into one exact-size array: a single allocation and two memcpy-class copies, with no intermediate arrays or growth.
|
Mibo