• Home
  • Raw
  • Download

Lines Matching defs:fn

34             pub const fn empty() -> Self {  constant
41 pub const fn none() -> Self { constant
47 pub const fn all() -> Self { constant
51 const fn all_raw() -> $repr { constant
60 pub const fn is_empty(self) -> bool { constant
66 pub const fn intersects(self, #[allow(unused_variables)] other: Self) -> bool { constant
72 pub const fn contains(self, #[allow(unused_variables)] other: Self) -> bool { constant
78 pub const fn union(self, #[allow(unused_variables)] other: Self) -> Self { constant
84 pub const fn intersection(self, #[allow(unused_variables)] other: Self) -> Self { constant
90 pub const fn difference(self, #[allow(unused_variables)] other: Self) -> Self { constant
96 … pub const fn symmetric_difference(self, #[allow(unused_variables)] other: Self) -> Self { constant
102 pub const fn complement(self) -> Self { constant
260 pub const fn empty() -> Self { constant
267 pub const fn none() -> Self { constant
271 const fn all_raw() -> $repr { constant
280 pub const fn count(self) -> u32 { constant
286 pub const fn is_empty(self) -> bool { constant
292 pub const fn intersects(self, #[allow(unused_variables)] other: Self) -> bool { constant
298 pub const fn contains(self, #[allow(unused_variables)] other: Self) -> bool { constant
304 pub const fn union(self, #[allow(unused_variables)] other: Self) -> Self { constant
310 pub const fn intersection(self, #[allow(unused_variables)] other: Self) -> Self { constant
316 pub const fn difference(self, #[allow(unused_variables)] other: Self) -> Self { constant
322 … pub const fn symmetric_difference(self, #[allow(unused_variables)] other: Self) -> Self { constant