pub(crate) struct Sol1865 {
pub(crate) nums1: Vec<i32>,
pub(crate) nums2: Vec<i32>,
pub(crate) m: HashMap<i32, i32>,
}Expand description
1865m Finding Pairs With a Certain Sum
Fields§
§nums1: Vec<i32>§nums2: Vec<i32>§m: HashMap<i32, i32>Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Sol1865
impl RefUnwindSafe for Sol1865
impl Send for Sol1865
impl Sync for Sol1865
impl Unpin for Sol1865
impl UnsafeUnpin for Sol1865
impl UnwindSafe for Sol1865
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