data class Table2<out A, out B>
Table2(headers: Headers2, rows: List<Row2<A, B>>)
val headers: Headers2
val rows: List<Row2<A, B>>