From typescriptlang.org I found this code:
type Arrayish = { length: number; [x: number]: T; };
Can anybody help me find out wha