LayoutConfig

Configuration of a layout consisting of a number of span configs.

@safe
struct LayoutConfig {
Span[] spans;
}

Meta