LayeredLayout Module
Functions and values
| Function or value |
Description
|
Full Usage:
layer index f grid
Parameters:
int
-
The target layer index.
f : GridSection2D<'T> -> GridSection2D<'T>
-
The layout function (GridSection2D -> GridSection2D).
grid : LayeredGrid2D<'T>
-
The layered grid container.
Returns: LayeredGrid2D<'T>
Modifiers: inline Type parameters: 'T |
Executes a layout function on a specific layer. If the layer does not exist, it is created.
|
Mibo