pub struct Day05 { /* private fields */ }
Expand description
2024 Day 5: Sorting lists using constraints.
The solution assumes that the rules form a total order for the elements in each sequence.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Day05
impl RefUnwindSafe for Day05
impl Send for Day05
impl Sync for Day05
impl Unpin for Day05
impl UnwindSafe for Day05
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