kotlin.Long
Long
class Long : Number, Comparable<Long>
Represents a 64-bit signed integer. On the JVM, non-nullable values of this type are represented as values of the primitive type long
.
Functions
infix fun and(other: Long): Long Performs a bitwise AND operation between the two values. | |
登录查看完整内容 |