Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/IntegralPilot/rustc_codegen_jvm
/ flip
Method
flip
tests/binary/generics/src/main.rs:23–28 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
21
}
22
23
fn flip(self) -> Pair<U, T> {
24
Pair {
25
first: self.second,
26
second: self.first,
27
}
28
}
29
}
30
31
struct Wrapper<T> {
Callers
1
main
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected