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

    Function reduceL

    • Folds the map into a value in ascending order.

      Type Parameters

      • K
      • A
      • B

      Parameters

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

        Function to fold B and A.

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

      The folded value.