Logo Mibo

ResizeArray Module

Functions and values

Function or value Description

mergeToArray a b

Full Usage: mergeToArray a b

Parameters:
    a : 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.

a : ResizeArray<'T>
b : ResizeArray<'T>
Returns: 'T[]

Type something to start searching.