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

    Function setReduceL

    • Folds the set into a value in ascending order.

      Type Parameters

      • A
      • B

      Parameters

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

        Function to fold A and B.

      Returns (init: B) => (set: BTree.Set<A>) => B

      The folded value.