Type aliases can get you some of the way: `typeali...
# announcements
k
Type aliases can get you some of the way:
typealias TOf<T> = TypeOf<ArrayList<T>>