MCPcopy Create free account
hub / github.com/Lymia/enumset / remove_all

Method remove_all

enumset/src/impl_set.rs:162–164  ·  view source on GitHub ↗
(&mut self, other: Self)

Source from the content-addressed store, hash-verified

160 /// Removes all values in another set from this one.
161 #[inline(always)]
162 pub fn remove_all(&mut self, other: Self) {
163 self.repr = self.repr.and_not(other.repr);
164 }
165}
166
167/// A helper type used for constant evaluation of enum operations.

Callers 1

Calls 1

and_notMethod · 0.80

Tested by 1