that's a solution. Since `Table` itself doesn't im...
# announcements
k
that's a solution. Since
Table
itself doesn't implement a function, it's fine. But if you use
T: Table<E>
, it's "some type that extends `Table`", which could easily also be "some type that implements
String.() -> Any