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

Function sort0

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

Source from the content-addressed store, hash-verified

50}
51
52pub fn sort0() -> ME {
53 ME::sort(MU::zero())
54}
55
56pub fn sort1() -> ME {
57 ME::sort(MU::succ(MU::zero()))

Calls 1

sortFunction · 0.85

Tested by

no test coverage detected