buildBlock(_:)
Builds a result from a single component.
Declaration
static func buildBlock<T>(_ content: T) -> T where T : AxisContentParameters
- content:
The component.
Builds a result from a single component.
static func buildBlock<T>(_ content: T) -> T where T : AxisContentThe component.