Remove contiguous NaN values from the beginning of an array. O(n) — single pass to find first valid element.
A new Float32Array with leading NaNs removed, or an empty array if the input is all-NaN or empty.
Remove contiguous NaN values from the beginning of an array. O(n) — single pass to find first valid element.