skip

Skips over n items, advances the array, and return the newly advanced array to allow method chaining.

pure nothrow
T[]
skip
(
T
)
(
ref T[] array
,
size_t n
)

Meta