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

    Function lookAhead

    • Looks ahead values from the input data without consuming and collects to the buffer.

      Type Parameters

      • T

      Parameters

      • decoder: Decoder<T>

        A decoder to look ahead.

      Returns Decoder<T>

      The data collecting decoder.