package
0.0.0-20221211195452-f130474a7c8f
Repository: https://github.com/nlowe/aoc2022.git
Documentation: pkg.go.dev
# Functions
FromInput creates a Map of runes from the input where each line is one row in the map and each rune in each line is a column.
FromInputOf creates a Map of the specified type from the input where each line is one row in the map and each rune in each line is a column whose value is computed using the provided conversion function.
Of creates a new empty tile map of the specified type and size.
No description provided by the author
No description provided by the author