Uneventful
    Preparing search index...

    Function arrayEq

    • Return true if the supplied parameters are the same object/value, or are arrays with identical contents.

      Type Parameters

      • T

      Parameters

      • a: readonly T[]
      • b: readonly T[]

      Returns boolean

    • Return true if the supplied parameters are the same object/value, or are arrays with identical contents.

      Type Parameters

      • T

      Parameters

      • a: any
      • b: any

      Returns boolean