Join Slack
Powered by
Spme examples about memory / allocations / GC. Kot...
# random
m
miha-x64
12/25/2016, 2:30 PM
Spme examples about memory / allocations / GC. Kotlin's
Collection.forEach
, similarly to Java's
for (T t : collection)
, allocates an
Iterator
. Kotlin's
Int
will be mapped to Java's
int
where possible. Kotlin's Companion is a real object.
Open in Slack
Previous
Next