☰
RoutingMap
In adventofcode_rust_2015::day9
?
Type Definition
adventofcode_rust_2015
::
day9
::
RoutingMap
source
·
[
−
]
type RoutingMap =
HashMap
<
String
,
HashMap
<
String
,
u64
>>;