Type Alias aoc::year2016::day17::Item

source ยท
type Item = (u8, u8, usize, Vec<u8>);