// eslint-disable-next-line @typescript-eslint/no-explicit-any
export function lengthAdd(l1: any, l2: any): Length {
if (l2 >= factor) { r = r - (l1 % factor); }
return r;
}
export function sumLengths<T>(items: readonly T[], lengthFn: (item: T) => Length): Length {