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

Method param

crates/common/src/env.rs:435–440  ·  view source on GitHub ↗

Constructs a universe parameter with the given name.

(x: Name)

Source from the content-addressed store, hash-verified

433 /// `Some((Zero, n))`. Otherwise returns `None`.
434 pub fn explicit_offset(&self) -> Option<(Level, u64)> {
435 let (base, n) = self.peel_succ();
436 if matches!(base.as_data(), LevelData::Zero(_)) {
437 Some((base, n))
438 } else {
439 None
440 }
441 }
442 /// Constructs `imax x y` (impredicative max).
443 pub fn imax(x: Level, y: Level) -> Self {

Callers

nothing calls this directly

Calls 4

as_bytesMethod · 0.80
get_hashMethod · 0.80
finalizeMethod · 0.80
LevelClass · 0.70

Tested by

no test coverage detected