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

Method fmt

crates/kernel/src/level.rs:258–260  ·  view source on GitHub ↗
(&self, f: &mut fmt::Formatter<'_>)

Source from the content-addressed store, hash-verified

256 fn eq(&self, other: &Self) -> bool {
257 self.structural_eq(other)
258 }
259}
260
261impl<M: KernelMode> Eq for KUniv<M> {}
262
263/// Meta mode: shows names when available, positional index as fallback.

Callers

nothing calls this directly

Calls 1

fmt_univFunction · 0.85

Tested by

no test coverage detected