pub(crate) struct Sol2040 {}Expand description
2040h Kth Smallest Product of Two Sorted Arrays
Implementations§
Auto Trait Implementations§
impl Freeze for Sol2040
impl RefUnwindSafe for Sol2040
impl Send for Sol2040
impl Sync for Sol2040
impl Unpin for Sol2040
impl UnsafeUnpin for Sol2040
impl UnwindSafe for Sol2040
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