Join Slack
Powered by
Does `val`, `private` and `internal` has any actua...
# compiler
t
Tóth István Zoltán
05/29/2024, 8:00 AM
Does
val
,
private
and
internal
has any actual optimization effects in the compiled codes?
e
ephemient
05/29/2024, 8:23 AM
a little:
private val/var
may be direct field access instead of getter/setter functions
thank you color
1
2
Views
Open in Slack
Previous
Next