export function minCompare<T>(
    init: Fn0<T>,
    cmp: Comparator<T>,
    xs: Iterable<T>
): T;