Documentation
¶
Index ¶
- func Apply(f func(int) int, c <-chan int) <-chan int
- func CmdPkgPath() (string, error)
- func GroupedLines(input <-chan string) <-chan []string
- func LinesToIntSlice(input <-chan string) (lines []int)
- func LinesToSingleCsvToStrSlice(input <-chan string) (csv []string)
- func LinesToStrLine(input <-chan string) string
- func LinesToStrSlice(input <-chan string) (lines []string)
- func Max(a, b int) int
- func Min(a, b int) int
- func MustAtoI(a string) int
- func NewSet() *set
- func PkgPath(day int) (string, error)
- func Reduce(f func(int, int) int, c <-chan int) (r int)
- func Sign(a int) int
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CmdPkgPath ¶
func GroupedLines ¶
Lines by slices based on whitespace grouping
func LinesToIntSlice ¶
func LinesToStrLine ¶
func LinesToStrSlice ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.