☰
Point
In adventofcode_rust_2015::day3
?
Type Definition
adventofcode_rust_2015
::
day3
::
Point
source
·
[
−
]
type Point =
(
i32
,
i32
)
;