Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/argumentcomputer/ix
/ uimax
Function
uimax
crates/kernel/src/testing.rs:118–120 ·
view source on GitHub ↗
(a: MU, b: MU)
Source
from the content-addressed store, hash-verified
116
}
117
118
pub fn uimax(a: MU, b: MU) -> MU {
119
MU::imax(a, b)
120
}
121
122
pub fn param(n: u64) -> MU {
123
MU::param(n, mk_name(
"u"
))
Callers
5
good_level_comp1
Function · 0.85
good_level_comp2
Function · 0.85
good_level_comp3
Function · 0.85
good_level_comp4
Function · 0.85
good_level_comp5
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected