tiny.arrange.NodeState
Defined in tiny.arrange.
API (3)
Fields and members
Public fields and members.
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
| Definitions | 1 |
|---|---|
| Public names | 1 |
| Members | 3 |
| Version | 26.7.0 |
| Revision | daab053ee433 |