@mikuroxina/mini-fn
    Preparing search index...
    • Folds the data structure with folder function by right associativity. The last value will be used as an initial value for acc of folder, or throws an error if no exists.

      Type Parameters

      • T

      Parameters

      Returns <A>(folder: (l: A) => (r: A) => A) => (data: Get1<T, A>) => A

      The accumulated result value.