Skip to documentation
SLOP

tiny.arrange.NodeState

Reference tiny.arrange NodeState

Defined in tiny.arrange.

API (3)

Fields and members

Public fields and members.

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

Source

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

zig
pub const NodeState = struct {    node: *const Node = undefined,    children: []ChildIndex = &.{},    cache: [size_request_count]CacheSlot = .{ .{}, .{}, .{}, .{} },};

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

zig
pub const NodeState = compute.NodeState;

Audit

Definitions1
Public names1
Members3
Version26.7.0
Revisiondaab053ee433