package
0.0.0-20240204171805-e61498d205e4
Repository: https://github.com/asphaltbuffet/advent-of-code.git
Documentation: pkg.go.dev

# Functions

GetPointsBetween creates an inclusive slice of tiles between two points lying on the same X or Y axis.
InputToPoints converts raw input into a slice of slices of points.
ParseToken parses a string of format ' into a Point.
ProcessInput takes raw input and populates the exercise's environment.

# Constants

Tile types.
Tile types.
Tile types.
Tile types.
Tile types.

# Variables

ErrVoidPath is returned when a path will go outside rock boundaries.

# Structs

Day14 is the exercise environment.
Exercise for Advent of Code 2022 day 14.
Point is an x/y tuple of ints.
Tile is a space in the environment.

# Type aliases

Content is the type of a tile.