tiny.css.storage_alignment
Defined in sheet.
The alignment the whole sheet block is acquired at.
Source
Source: lib/css/src/sheet.zig:112
zig
/// The alignment the whole sheet block is acquired at.pub const storage_alignment: usize = blk: { var wanted: usize = 1; for (arrays) |entry| wanted = @max(wanted, @alignOf(entry.Element)); break :blk wanted;};Source: lib/css/src/root.zig:62
zig
pub const storage_alignment = sheet.storage_alignment;Audit
| Definitions | 1 |
|---|---|
| Public names | 2 |
| Members | 0 |
| Version | 26.7.0 |
| Revision | daab053ee433 |