export function tail(this: T[]): T[] { return this.slice(1) }