Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Amanieu/regalloc3
/ default
Method
default
src/entity/set.rs:247–249 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
245
T: EntityRef,
246
{
247
fn default() -> Self {
248
Self::new()
249
}
250
}
251
252
impl<T> Extend<T> for EntitySet<T>
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected