pub(crate) struct Sol2302;
Expand description
2302h Count Subarrays With Score Less Than K
Implementations§
Auto Trait Implementations§
impl Freeze for Sol2302
impl RefUnwindSafe for Sol2302
impl Send for Sol2302
impl Sync for Sol2302
impl Unpin for Sol2302
impl UnwindSafe for Sol2302
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