shift

Remove the n first elements of arr and return them.

  1. T shift(T[] arr)
  2. T[] shift(T[] arr, size_t n)
    T[]
    shift
    (
    T
    )
    (
    ref T[] arr
    ,
    size_t n
    )
  3. T[N] shift(T[] arr)

Meta