PokéRogue
    Preparing search index...
    • Matcher that checks if an array contains exactly the given items, disregarding order.

      Type Parameters

      • T

      Parameters

      • this: Readonly<MatcherState>
      • received: readonly T[]

        The received value. Should be an array of elements

      • expected: readonly T[]

        The array to check equality with

      Returns SyncExpectationResult

      Whether the matcher passed