# Functions
NewReverseReader creates a new ReverseReader.
Readlines : returns a channel containing the lines of the reader.
ReadlinesUTF16 : returns a channel of []byte lines trimmed.
ReversedReadlines returns the lines found in a reader in reversed order.
# Structs
ReverseReader reads bytes from the end of reader.