stdlib
1.4
1.8
1.7
1.6
1.5
1.4
1.3
1.2
1.1
1.0
Native
stdlib
/
kotlinx.cinterop.internal
/
ConstantValue
Constant
Value
Native
object
ConstantValue
(
source
)
Collection of annotations that allow to store constant values.
Since Kotlin
1.3
Types
Types
Byte
Link copied to clipboard
Native
annotation class
Byte
(
val
value
:
Byte
)
Since Kotlin
1.3
Double
Link copied to clipboard
Native
annotation class
Double
(
val
value
:
Double
)
Since Kotlin
1.3
Float
Link copied to clipboard
Native
annotation class
Float
(
val
value
:
Float
)
Since Kotlin
1.3
Int
Link copied to clipboard
Native
annotation class
Int
(
val
value
:
Int
)
Since Kotlin
1.3
Long
Link copied to clipboard
Native
annotation class
Long
(
val
value
:
Long
)
Since Kotlin
1.3
Short
Link copied to clipboard
Native
annotation class
Short
(
val
value
:
Short
)
Since Kotlin
1.3
String
Link copied to clipboard
Native
annotation class
String
(
val
value
:
String
)
Since Kotlin
1.3
UByte
Link copied to clipboard
Native
annotation class
UByte
(
val
value
:
UByte
)
Since Kotlin
1.3
UInt
Link copied to clipboard
Native
annotation class
UInt
(
val
value
:
UInt
)
Since Kotlin
1.3
ULong
Link copied to clipboard
Native
annotation class
ULong
(
val
value
:
ULong
)
Since Kotlin
1.3
UShort
Link copied to clipboard
Native
annotation class
UShort
(
val
value
:
UShort
)
Since Kotlin
1.3