Join Slack
Communities
Powered by
the question is whether `Int` and `Int?` compile t...
# getting-started
m
maciekjanusz
05/18/2017, 1:31 PM
the question is whether
Int
and
Int?
compile to one or different class files
n
nonsobiose
05/18/2017, 11:22 PM
did you mean int and Int
nonsobiose
05/18/2017, 11:22 PM
well the int, when used in generics wherever objects are used, gets boxed to the Int version
nonsobiose
05/18/2017, 11:23 PM
And vice versa, the Int is converted to int when primitive calc is required
2
Views
Open in Slack
Previous
Next