Skip to documentation
SLOP

tiny.smt.Term

Reference tiny.smt Term

Defined in term.

A term, named by its index in the table of the Context that built it.

No direct callersNo direct callstermTerm
Static calls · unresolved targets: unknown · external targets: unknown.

Source

Source: lib/smt/src/term.zig:91

zig
/// A term, named by its index in the table of the `Context` that built it. Every builder returns/// one and every operand is one, so callers pass terms around as plain integers. The index means/// nothing in another `Context`. The index stays valid until its `Context` is freed.pub const Term = u32;

Source: lib/smt/src/root.zig:116

zig
pub const Term = term.Term;

Audit

Definitions1
Public names2
Members0
Version26.7.0
Revisiondaab053ee433