@mikuroxina/mini-fn
    Preparing search index...

    Function reduceR

    • Folds the map into a value in descending order.

      Type Parameters

      • K
      • A
      • B

      Parameters

      • reducer: (a: A) => (b: B) => B

        Function to fold A and B.

      Returns (map: BTree.Map<K, A>) => (init: B) => B

      The folded value.