in cost/slides/snippets/external.ts [21:23]
export function emptyArray<T>(length: number) { return Array.from<T>({ length }) }