MCPcopy 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
114pub fn umax(a: MU, b: MU) -> MU {
115 MU::max(a, b)
116}
117
118pub fn uimax(a: MU, b: MU) -> MU {
119 MU::imax(a, b)

Callers 1

prod_envFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected