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