It doesn’t. `internal` is a language level thing. ...
# announcements
p
It doesn’t.
internal
is a language level thing. The compiler uses it to make sure users of the class behave as they should. The VM that runs the code isn’t aware of access modifiers and can’t be slower or faster because of them
👍 1