Type Method 型メソッド

buildBlock(_:_:)

No overview available. 概要は利用可能でありません。

Declaration 宣言

static func buildBlock<C0, C1>(_ c0: C0, _ c1: C1) -> TupleTableColumnContent<RowValue, Never, (C0, C1)> where RowValue == C0.TableRowValue, C0 : TableColumnContent, C1 : TableColumnContent, C0.TableColumnSortComparator == Never, C0.TableRowValue == C1.TableRowValue, C1.TableColumnSortComparator == Never
Available when RowValue conforms to Identifiable and Sort conforms to SortComparator.

See Also 参照

Building an Unsortable Column