export const fill = (l: number, s?: string) => new Array(l).join(s ?? ' ')