pub(crate) fn drop_element<T, U: ?Sized>(vec: &mut Vec<T>, target: &U) -> boolwhere T: PartialEq<U>,
Removes the first occurrence of an element from a vector. Returns true if found and removed, false otherwise.
true
false