pub(crate) struct Sol1524;Expand description
1524m Number of Sub-arrays With Odd Sum
Implementations§
Auto Trait Implementations§
impl Freeze for Sol1524
impl RefUnwindSafe for Sol1524
impl Send for Sol1524
impl Sync for Sol1524
impl Unpin for Sol1524
impl UnsafeUnpin for Sol1524
impl UnwindSafe for Sol1524
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