and then add things like `typealias <K1, K2, V&...
# announcements
j
and then add things like
typealias <K1, K2, V> Table<K1, K2, V> = Map<Pair<K1, K2>, V>
😮 1