export function head(this: T[]): T | undefined { return this[0] }