The problem with just `<T: A, B>` is that th...
# announcements
m
The problem with just
<T: A, B>
is that this defines 2 type parameters.
T
and
B
.