ByteStreamImpl.peek

Returns T.sizeof bytes from the stream at position index without advancing the stream.

  1. T peek(size_t index = 0)
    struct ByteStreamImpl(Endian endianness)
    T
    peek
    (
    T = ubyte
    )
    (
    size_t index = 0
    )
  2. T[] peek(size_t index, size_t length)

Meta