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

Function expr_var_0

crates/ixon/src/lib.rs:234–239  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

232 univ::put_univ(&Univ::max(Univ::zero(), Univ::var(1)), &mut buf);
233 assert_eq!(
234 buf,
235 vec![0x40, 0x00, 0xC1],
236 "Univ::Max(Zero, Var(1)) should be [0x40, 0x00, 0xC1]"
237 );
238 }
239
240 // =========================================================================
241 // Expression examples (docs section "Expression Examples")
242 // =========================================================================

Callers

nothing calls this directly

Calls 1

put_exprFunction · 0.85

Tested by

no test coverage detected