Function ensureEquallySized

  • Ensures that two lists of elements have the same size.

    Type Parameters

    • T

    Parameters

    • left: T[]

      The first list of elements.

    • right: T[]

      The second list of elements.

    Returns void

Generated using TypeDoc