pub(crate) struct Sol2799;
Expand description
2799m Count Complete Subarrays in an Array
Implementations§
Auto Trait Implementations§
impl Freeze for Sol2799
impl RefUnwindSafe for Sol2799
impl Send for Sol2799
impl Sync for Sol2799
impl Unpin for Sol2799
impl UnwindSafe for Sol2799
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