Array Module
This module has only one conversion function. Array.asResizeArray
Functions and values
Function or value |
Description
|
Full Usage:
asResizeArray arr
Parameters:
'T[]
Returns: ResizeArray<'T>
Modifiers: inline Type parameters: 'T |
Builds a new ResizeArray from the given Array. In Fable-JavaScript the ResizeArray is just casted to an Array without allocating a new ResizeArray.
|