MCPcopy Create free account
hub / github.com/argumentcomputer/ix / sort1

Function sort1

crates/kernel/src/testing.rs:56–58  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

54}
55
56pub fn sort1() -> ME {
57 ME::sort(MU::succ(MU::zero()))
58}
59
60pub fn sort(u: MU) -> ME {
61 ME::sort(u)

Calls 1

sortFunction · 0.85

Tested by

no test coverage detected