tiny.ui.Relation
Defined in tiny.ui.
Relation rows must be sorted by subject, or error.RelationsUnsorted.
API (4)
Fields and members
Public fields and members.
Source
Source: lib/ui/src/abi/envelope.zig:144
zig
/// `Relation` rows must be sorted by `subject`, or `error.RelationsUnsorted`./// `subject` and `object` are node indices below the node count, or/// `error.RelationNodeOutOfBounds`.pub const Relation = extern struct { subject: u32 = 0, object: u32 = 0, kind: u8 = 0, _pad: [3]u8 = .{ 0, 0, 0 },};Source: lib/ui/src/root.zig:23
zig
pub const Relation = abi.Relation;Also reachable as
Audit
| Definitions | 1 |
|---|---|
| Public names | 2 |
| Members | 4 |
| Version | 26.7.0 |
| Revision | daab053ee433 |