☰
GridCount
Required Methods
count
Implementors
In adventofcode_rust_2015::day6
?
Trait
adventofcode_rust_2015
::
day6
::
GridCount
source
·
[
−
]
trait GridCount { fn
count
(&self) ->
usize
; }
Required methods
source
fn
count
(&self) ->
usize
Implementors
source
impl
GridCount
for
Grid
<
bool
>
source
impl
GridCount
for
Grid
<
u32
>