buildPartialBlock(first:)
Builds a partial result from a single, first component.
Declaration
static func buildPartialBlock<T>(first content: T) -> T where T : ChartContentParameters
- content:
The first component to accumulate.
Builds a partial result from a single, first component.
static func buildPartialBlock<T>(first content: T) -> T where T : ChartContentThe first component to accumulate.