Reader.get

Get the next character, moving buffer position beyond it.

  1. dchar get()
    class Reader
    @safe pure
    dchar
    get
    ()
  2. char[] get(size_t length)

Return Value

Type: dchar

Next character.

Throws

ReaderException if trying to read past the end of the buffer or if invalid data is read.

Meta