<@U1BSC81K9> if you want non-null, use `&lt;T : An...
# announcements
c
@vach if you want non-null, use
<T : Any>
. as it is, T is only bounded by
Any?
and so could be either nullable or non-nullable
👍 2