aoc::year2022::day05

Type Alias Stack

Source
type Stack = Vec<Vec<char>>;

Aliased Typeยง

struct Stack { /* private fields */ }