pub(crate) struct Sol2918;Expand description
2918m Minimum Equal Sum of Two Arrays After Replacing Zeros
Implementations§
Auto Trait Implementations§
impl Freeze for Sol2918
impl RefUnwindSafe for Sol2918
impl Send for Sol2918
impl Sync for Sol2918
impl Unpin for Sol2918
impl UnsafeUnpin for Sol2918
impl UnwindSafe for Sol2918
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