Function skip
Skips over n items, advances the array, and return the newly advanced array to allow method chaining.
Prototype
T[] skip(T)(
ref T[] array,
size_t n
) pure nothrow;
Skips over n items, advances the array, and return the newly advanced array to allow method chaining.
T[] skip(T)(
ref T[] array,
size_t n
) pure nothrow;