pub(crate) struct Sol2537;
Expand description
2537m Count the Number of Good Subarrays
Implementations§
Auto Trait Implementations§
impl Freeze for Sol2537
impl RefUnwindSafe for Sol2537
impl Send for Sol2537
impl Sync for Sol2537
impl Unpin for Sol2537
impl UnwindSafe for Sol2537
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