Function ieq

  • Test whether two iterables of Eq are lexicographically equal.

    Type Parameters

    • T extends Eq<T>

    Parameters

    • lhs: Iterable<T>
    • rhs: Iterable<T>

    Returns boolean

    Remarks

    If the iterables are the same length and their respective elements are equal, then the iterables are lexicographically equal.

Generated using TypeDoc