Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Lymia/enumset
/ new
Method
new
enumset/src/impl_set.rs:108–110 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
106
/// Creates an empty `EnumSet`.
107
#[inline(always)]
108
pub const fn new() -> Self {
109
Self::EMPTY_REPR
110
}
111
112
/// Creates an empty `EnumSet`.
113
///
Callers
nothing calls this directly
Calls
1
iter
Method · 0.45
Tested by
no test coverage detected