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

    Function fillWithBuildStep

    • Executes a BuildStep with handlers and a range of buffer.

      Type Parameters

      • T

      Parameters

      Returns <U>(
          onDone: (nextFreeIndex: number) => (computed: T) => U,
      ) => (
          onBufferFull: (
              nextMinimalSize: number,
          ) => (currentFreeIndex: number) => (nextToRun: BuildStep<T>) => U,
      ) => (
          onInsertChunk: (
              currentFreeIndex: number,
          ) => (toInsert: DataView) => (nextToRun: BuildStep<T>) => U,
      ) => (range: BufferRange) => U

      The result from one of handlers.