tiny.arrange.computeLayout
Defined in tiny.arrange.
Source
Source: lib/arrange/src/compute.zig:879
zig
pub fn computeLayout(scratch: *Scratch, root: Node, available_size: Size) LayoutResult { return computeLayoutInner(scratch, root, available_size, null);}Source: lib/arrange/src/root.zig:32
zig
pub const computeLayout = compute.computeLayout;Audit
| Definitions | 1 |
|---|---|
| Public names | 1 |
| Members | 0 |
| Version | 26.7.0 |
| Revision | daab053ee433 |