package
0.0.0-20241215221314-cfd8c40883ea
Repository: https://github.com/nlowe/aoc2024.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Functions

No description provided by the author
InputFile returns an io.Reader for the file pointed at by the --input flag.
Ints returns an iter.Seq[int] over all lines in the provided io.Reader, converting each line to an int.
Lines returns an iter.Seq[string] over all lines in the provided io.Reader.
Raw returns the contents of the provided io.Reader as one giant string.
Sections returns an iter.Seq[string] over all blocks of lines in the provided io.Reader.
SectionsOf returns sections of input from the provided io.Reader delimited by the provided string, exclusive.