aoc
2023.12.25
In aoc::
year2021::
day11
Function
aoc
::
year2021
::
day11
::
simulate
Copy item path
source
ยท
[
−
]
fn simulate( input: &[
u8
;
144
], predicate: impl
Fn
(
usize
,
usize
) ->
bool
, ) -> (
usize
,
usize
)