[][src]Type Definition codetrotter_aoc_2019_solutions::day_06::Orbits

type Orbits<'a> = HashMap<&'a str, Vec<&'a str>>;