Crate aoc_util

Source

Modulesยง

integer
Combines common operators and constants 0, 1 and 10 to enable generic methods on integer types.
iter
Add a chunk method to Iterator that duplicates the functionality of the unstable array_chunks method.
math
parse
Extracts and parses signed and unsigned integers from surrounding text and whitespace.