Crate aoc_util

source ·

Modules

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