pub unsafe extern "C" fn FLMutableArray_Remove(
array: FLMutableArray,
firstIndex: u32,
count: u32,
)Expand description
Removes contiguous items from the array. @param array The array to operate on. @param firstIndex The zero-based index of the first item to remove. @param count The number of items to remove.