As you know in Kotlin we have arrays and we have collections (List, Map...), but what are the difference between using an "IntArray" and an "Array", looks pretty much the same right? IntArray It's an array of primitives, I mean it's an Int[] under th...
rresino.hashnode.dev2 min read
No responses yet.