tiny.choir.ir.dialects.typeConstraint
Defined in ir.dialects.
API (2)
Actions
Public operations.
Source
Source: lib/choir/src/core/dialects/spec.zig:1328
zig
pub const typeConstraint = struct { pub fn exact(comptime index: usize, comptime type_name: []const u8) interfaces.OperationTypeConstraint { return .{ .index = index, .type_name = type_name, }; } pub fn parameterized(comptime index: usize, comptime type_name: []const u8) interfaces.OperationTypeConstraint { return .{ .index = index, .type_name = type_name, .allow_parameterized = true, }; }};Source: lib/choir/src/core/dialects/root.zig:49
zig
pub const typeConstraint = spec.typeConstraint;Also reachable as
backends.wasm.emission.module_encoding.common.ir.dialects.typeConstraint.
Audit
| Definitions | 3 |
|---|---|
| Public names | 6 |
| Members | 0 |
| Version | 26.7.0 |
| Revision | daab053ee433 |