Documentation ¶
Overview ¶
Package halp is a bunch of helpers for AOC specific debugging like printing infinite grids (map[[2]int]<T> <- Go generics will be useful here...)
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func PrintInfiniteGridBools ¶
PrintInfiniteGridBools supports the type map[[2]int]bool
func PrintInfiniteGridStrings ¶
PrintInfiniteGridStrings supports the type map[[2]int]string, determines the bounds of that infinite grid, and consolidates it into a string AND PRINTS IT zeroValChar should be one character, and replaces any grid coordinate NOT in the infiniteGrid
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.