Join Slack
Powered by
for example given a type that is `Array<String?...
# reflect
a
apatrida
07/11/2016, 2:30 PM
for example given a type that is
Array<String?>
I can get to GenericArrayType and see the
genericComponentType
as
String
but have no way to find the nullability of those contents. Because I don't have a KType
3
Views
Open in Slack
Previous
Next