so one of the benefits of the JVM is automatic bounds checking on arrays. does kotlin-native compiled code still have that? or are arrays sufficiently abstracted by the language that they're not "true" JVM arrays to begin with?
➕ 3
o
olonho
07/24/2017, 5:05 PM
currently we explicitly check array bounds, but they are not JVM arrays in native, of course