Function disjoint

  • Returns true if a and b are disjoint: if a and b contain no shared value.

    Type Parameters

    • T

    Parameters

    • a: Iterable<T>
    • b: Iterable<T>

    Returns boolean