Contents

buildPartialBlock(first:)

Builds a partial result from a single, first component.

Declaration

static func buildPartialBlock<T>(first content: T) -> T where T : ChartContent

Parameters

  • content:

    The first component to accumulate.

See Also

Building chart content