pub(crate) struct Sol2419 {}Expand description
2419m Longest Subarray With Maximum Bitwise AND
Implementations§
Auto Trait Implementations§
impl Freeze for Sol2419
impl RefUnwindSafe for Sol2419
impl Send for Sol2419
impl Sync for Sol2419
impl Unpin for Sol2419
impl UnsafeUnpin for Sol2419
impl UnwindSafe for Sol2419
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