package
0.0.0-20241019153244-387b7cc465f9
Repository: https://github.com/andreaskaempf/adventofcode2023.git
Documentation: pkg.go.dev

# Variables

For Part 2, a global lists of lists of conditions that lead to acceptance or rejection.
No description provided by the author
Global dictionary of rules, each a list of sequential tests.

# Structs

A test within a rule, e.g., "s<1351:dest" Either a comparison witor a destination.

# Type aliases

Global list of parts, where each part is represented as a dictionary x/m/a/s -> value.