Type Alias aoc::year2017::day04::Input

source ·
type Input<'a> = Vec<&'a str>;

Aliased Type§

struct Input<'a> { /* private fields */ }