Tag Archives: Kotlin

Kotlin: Number Type and Range


I summarized Kotlin basic number types and their range. In Kotlin, we can use Byte, Short, Int, Long, and UByte, UShort, UInt, ULong.

Continue reading Kotlin: Number Type and Range