# Functions

New returns a new Scanner that reads from the given reader, splits on the given newLine byte, and drops carriage returns if indicated.

# Interfaces

Scanner is an interface compatible with bufio.Scanner that is used by iterators.