Skip to main content

FLMutableArray_Resize

Function FLMutableArray_Resize 

Source
pub unsafe extern "C" fn FLMutableArray_Resize(
    array: FLMutableArray,
    size: u32,
)
Expand description

Changes the size of an array. If the new size is larger, the array is padded with JSON null values. If it’s smaller, values are removed from the end.