pub(crate) struct Sol599;Expand description
599 Minimum Index Sum of Two Lists
Implementations§
Auto Trait Implementations§
impl Freeze for Sol599
impl RefUnwindSafe for Sol599
impl Send for Sol599
impl Sync for Sol599
impl Unpin for Sol599
impl UnsafeUnpin for Sol599
impl UnwindSafe for Sol599
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