• Extract a STEP an array (iterable set of indices to array values to extract)

    Parameters

    • buffer: Uint8Array

      The buffer to extract it from.

    • cursor: number

      The position in the buffer to try and extract it from.

    • endCursor: number

      The last position accessible for this read in the buffer.

    Returns IterableIterator<number>

    Lazy iterator to extract value.

    If there is a syntax error, an error is thrown.

    The index for each entry.