Module tc::input

source ·

Structs§

  • A cursor over an input stream of characters. It keeps track of the current position in the stream. It has the ability to put characters back into the stream.

Traits§

Type Aliases§

  • Byte position into an input stream.
  • Byte span into an input stream (first pos, one past last pos)