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

# Functions

MapFromString reads a map from an ASCII representation of it.
NewQueue creates a new queue with a given initial size.

# Structs

Map represents a map of a Plutonian maze.
Queue implements a simple FIFO queue using a circular buffer.