A character array reader reads a stream of characters (keeping track of their positions) from an array.
- Value parameters:
- offset
starting offset.
- seq
the source sequence
- Companion:
- object
Value members
Constructors
Concrete methods
true iff there are no more elements in this reader (except for trailing EofCh's).
true iff there are no more elements in this reader (except for trailing EofCh's).
Returns an abstract reader consisting of all elements except the first
n
elements.
Returns an abstract reader consisting of all elements except the first
n
elements.
- Definition Classes
Returns the first element of the reader, or EofCh if reader is at its end
Returns the first element of the reader, or EofCh if reader is at its end