Type Alias aoc::year2022::day05::Stack

source ·
type Stack = Vec<Vec<char>>;

Aliased Type§

struct Stack { /* private fields */ }