tiny.choir.dialects.arith.predicate
Defined in dialects.arith.
API (2)
Actions
Public operations.
Types and contracts
Public types and contracts.
Source
Source: lib/choir/src/dialects/arith/predicate.zig
zig
pub const CmpPredicate = enum { eq, ne, lt, le, gt, ge, slt, sle, sgt, sge, ult, ule, ugt, uge, pub fn toString(self: CmpPredicate) []const u8 { return @tagName(self); }};Source: lib/choir/src/dialects/arith/root.zig:12
zig
pub const predicate = @import("predicate.zig");Audit
| Definitions | 3 |
|---|---|
| Public names | 5 |
| Members | 14 |
| Version | 26.7.0 |
| Revision | daab053ee433 |