buildBlock(_:)
Builds a result from multiple components.
Declaration
static func buildBlock<each T>(_ content: repeat each T) -> some AxisContent where repeat each T : AxisContent
Parameters
- content:
The components.
Builds a result from multiple components.
static func buildBlock<each T>(_ content: repeat each T) -> some AxisContent where repeat each T : AxisContent
The components.