Function tailConst

Trivially convert const(T[]) to const(T)[].

const(T)[] tailConst(T) (
  const T[] a
) pure nothrow;