Type Alias

ForEach.TableRowValue

The type of value represented by this table row content.

Declaration 宣言

typealias TableRowValue = Content.TableRowValue
Available when Data conforms to RandomAccessCollection, ID conforms to Hashable, and Content conforms to TableRowContent.