MCPcopy 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
118pub fn uimax(a: MU, b: MU) -> MU {
119 MU::imax(a, b)
120}
121
122pub fn param(n: u64) -> MU {
123 MU::param(n, mk_name("u"))

Callers 5

good_level_comp1Function · 0.85
good_level_comp2Function · 0.85
good_level_comp3Function · 0.85
good_level_comp4Function · 0.85
good_level_comp5Function · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected