• Projects each element of an async-iterable sequence into consecutive non-overlapping buffers which are produced based on element count information.

    Type Parameters

    • TSource

      The type of elements in the source sequence.

    Parameters

    • count: number

      The length of each buffer.

    • Optional skip: number

      An optional number of elements to skip between creation of consecutive buffers.

    Returns OperatorAsyncFunction<TSource, TSource[]>

    An operator which returns anm async-iterable sequence with consecutive non-overlapping buffers based upon element count information.

Generated using TypeDoc