tiny.ui.Atom
Defined in tiny.ui.
Atom.offset and Atom.len locate the atom's bytes in the string table.
API (2)
Fields and members
Public fields and members.
Source
Source: lib/ui/src/abi/scalar.zig:43
zig
/// `Atom.offset` and `Atom.len` locate the atom's bytes in the string table. An atom that runs/// past that table is rejected with `error.AtomTextOutOfBounds`.pub const Atom = extern struct { offset: u32 = 0, len: u32 = 0,};Source: lib/ui/src/root.zig:16
zig
pub const Atom = abi.Atom;Also reachable as
Audit
| Definitions | 1 |
|---|---|
| Public names | 2 |
| Members | 2 |
| Version | 26.7.0 |
| Revision | daab053ee433 |