SIZE_BYTES

const val SIZE_BYTES: Int = 8(source)

The number of bytes used to represent an instance of Long in a binary form.

Since Kotlin

1.3
const val SIZE_BYTES: Int = 8(source)

The number of bytes used to represent an instance of Long in a binary form.

Since Kotlin

1.3