I guess this is not possible but: Just as I can t...
# getting-started
r
I guess this is not possible but: Just as I can type
List<String>
to specify a list with just strings, would it be possible to do something like
List<T does not extend String>
to specify a list that can take any object thats not a String or any subclass