Skip to documentation
SLOP

tiny.ui.Atom

Reference 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.

No direct callersNo direct callstiny.uiAtom
Static calls · unresolved targets: unknown · external targets: unknown.

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

abi.Atom.

Audit

Definitions1
Public names2
Members2
Version26.7.0
Revisiondaab053ee433