pub(crate) struct Sol2014 {}Expand description
2014h Longest Subsequence Repeated K Times
Implementations§
Auto Trait Implementations§
impl Freeze for Sol2014
impl RefUnwindSafe for Sol2014
impl Send for Sol2014
impl Sync for Sol2014
impl Unpin for Sol2014
impl UnsafeUnpin for Sol2014
impl UnwindSafe for Sol2014
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