Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func IntIterator ¶ added in v0.2.0
IntIterator returns an iterator that iterates over the integers from 0 to upperBound.
Types ¶
type LineReader ¶ added in v0.3.0
type LineReader struct {
// contains filtered or unexported fields
}
func NewLineReader ¶ added in v0.3.0
func NewLineReader(r io.Reader) *LineReader
Click to show internal directories.
Click to hide internal directories.