TupleTableColumnContent
A type of table column content that creates table columns created from a Swift tuple of table columns.
Declaration
@frozen struct TupleTableColumnContent<RowValue, Sort, T> where RowValue : Identifiable, Sort : SortComparatorOverview
Don’t use this type directly; instead, SwiftUI uses this type as the return value from the various buildBlock methods in TableColumnBuilder. The size of the tuple corresponds to how many columns you create in the columns closure you provide to the Table initializer.