export function drop(this: T[], n: number): T[] { return this.slice(n) }