@hyperjump/pact
    Preparing search index...

    Function collectMap

    • Collect all the key/value tuples in the iterator into a Map.

      Type Parameters

      • A
      • B

      Parameters

      • iterator: Iterable<[A, B]>

      Returns Map<A, B>