Header menu logo Mibo

LayeredLayout Module

Functions and values

Function or value Description

layer index f grid

Full Usage: layer index f grid

Parameters:
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.

index : 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>

Type something to start searching.