package
0.0.0-20191230163237-a30599c1cba0
Repository: https://github.com/mjm/advent-of-code-2019.git
Documentation: pkg.go.dev

# Functions

EmptyGrid creates an empty bug grid of a given size.
EmptyRecursiveGrid creates an empty bug grid of a given size.
GridFromString reads a string representation of a grid of bugs.
RecursiveGridFromString reads a string representation of a single level of a grid of bugs.

# Structs

Grid is a rectangular grid of bugs.
RecursiveGrid is a rectangular grid of bugs with multiple recursive levels.