Skip to documentation
SLOP

tiny.css.storage_alignment

Reference tiny.css storage_alignment

Defined in sheet.

The alignment the whole sheet block is acquired at.

No direct callersNo direct callssheetstorage alignment
Static calls · unresolved targets: unknown · external targets: unknown.

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

Definitions1
Public names2
Members0
Version26.7.0
Revisiondaab053ee433