pub(crate) struct Sol2401;
Expand description
2401m Longest Nice Subarray
Implementations§
Auto Trait Implementations§
impl Freeze for Sol2401
impl RefUnwindSafe for Sol2401
impl Send for Sol2401
impl Sync for Sol2401
impl Unpin for Sol2401
impl UnwindSafe for Sol2401
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