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

    Function build

    • Creates the list from the builder.

      Type Parameters

      • A

      Parameters

      • builder: <B>(appendToHead: (a: A) => (b: B) => B) => (currentList: B) => B

        The function receives appendToHead and currentList and returns the appended list.

      Returns List.List<A>

      The built list.