mysql-native v2.2.0

API Reference Home: [This Version] [Latest Version] [Other Versions]


Function skip

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;