• Extract a STEP boolean value (which can be true or false)

    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 boolean | undefined

    The boolean if it can be extracted and undefined if the value can't be extracted.