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

Method new

enumset/src/impl_set_mixed.rs:97–99  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

95 /// Creates an empty `MixedEnumSet`.
96 #[inline(always)]
97 pub const fn new() -> Self {
98 Self::EMPTY_REPR
99 }
100
101 /// Creates an empty `MixedEnumSet`.
102 ///

Callers

nothing calls this directly

Calls 1

iterMethod · 0.45

Tested by

no test coverage detected