Skip to documentation
SLOP

tiny.arrange.IndexedCacheSlot

Reference tiny.arrange IndexedCacheSlot

Defined in tiny.arrange.

API (3)

Fields and members

Public fields and members.

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

Source

Source: lib/arrange/src/compute.zig:50

zig
pub const IndexedCacheSlot = struct {    epoch: u32 = 0,    width: f32 = 0,    size: Size = .{},};

Source: lib/arrange/src/root.zig:36

zig
pub const IndexedCacheSlot = compute.IndexedCacheSlot;

Audit

Definitions1
Public names1
Members3
Version26.7.0
Revisiondaab053ee433