pub struct Day16 { /* private fields */ }
Expand description
2024 Day 16: Finding the shortest paths through a maze.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Day16
impl RefUnwindSafe for Day16
impl Send for Day16
impl Sync for Day16
impl Unpin for Day16
impl UnwindSafe for Day16
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more