Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/argumentcomputer/ix
/ umax
Function
umax
crates/kernel/src/testing.rs:114–116 ·
view source on GitHub ↗
(a: MU, b: MU)
Source
from the content-addressed store, hash-verified
112
}
113
114
pub fn umax(a: MU, b: MU) -> MU {
115
MU::max(a, b)
116
}
117
118
pub fn uimax(a: MU, b: MU) -> MU {
119
MU::imax(a, b)
Callers
1
prod_env
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected