gladvent icon indicating copy to clipboard operation
gladvent copied to clipboard

Allow the `part_1` and `part_2` functions to have a generic argument

Open giacomocavalieri opened this issue 1 year ago • 1 comments

When experimenting with parsing it's really useful to just debug print it like this:

fn part_1(input) {
  io.debug(input)
}

However, gladvent complains that input has a generic type. I think it would be really nice if we could get rid of this limitation

giacomocavalieri avatar Dec 01 '24 12:12 giacomocavalieri

good idea

TanklesXL avatar Dec 05 '24 13:12 TanklesXL