aoc::year2017::day04

Type Alias Input

Source
type Input<'a> = Vec<&'a str>;

Aliased Typeยง

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