export function converge<T>(
    pred: Predicate2<T>,
    src: Iterable<T>
): IterableIterator<T>;