tiny.smt.Term
Defined in term.
A term, named by its index in the table of the Context that built it.
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
| Definitions | 1 |
|---|---|
| Public names | 2 |
| Members | 0 |
| Version | 26.7.0 |
| Revision | daab053ee433 |