shift

Remove the first element of arr and return it.

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

Meta