Expand description
A module for unified re-exports of detailed layout info structs, used by low level API
Structsยง
- Detailed
Grid Info - Information from the computation of grid
- Detailed
Grid Items Info - Grid area information from the placement algorithm
- Detailed
Grid Tracks Info - Information from the computation of grids tracks
- Grid
Line Names - The names of each explicit grid line in a single axis, stored in CSR (compressed sparse
row) format: a single flat
Vecof names plus aVecof offsets into it (one more offset than there are lines). The names of linei(0-indexed) arenames[offsets[i]..offsets[i + 1]]. - Grid
Line Names Iter - Iterator over the per-line name groups of a
GridLineNames. Yields one&[S]per grid line (which is empty for unnamed lines)