Join Slack
Powered by
it's especially annoying when you have nested gene...
# language-proposals
k
kirillrakhman
05/27/2016, 3:51 PM
it's especially annoying when you have nested generics. there's no way to turn
List<T?>?
into
List<T>
without casting or doing expensive operations like
filterNotNull
Open in Slack
Previous
Next