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

Method sort_mdata

crates/kernel/src/expr.rs:306–309  ·  view source on GitHub ↗
(u: KUniv<M>, mdata: M::MField<Vec<MData>>)

Source from the content-addressed store, hash-verified

304
305impl<M: KernelMode> PartialEq for KExpr<M> {
306 fn eq(&self, other: &Self) -> bool {
307 self.structural_eq(other)
308 }
309}
310
311impl<M: KernelMode> Eq for KExpr<M> {}
312

Callers

nothing calls this directly

Calls 1

sort_hashFunction · 0.85

Tested by

no test coverage detected