kotlin-stdlib
Native
kotlin-stdlib
/
kotlinx.cinterop.internal
/
ConstantValue
Constant
Value
Native
object
ConstantValue
Collection of annotations that allow to store constant values.
Types
Types
Byte
Link copied to clipboard
Native
annotation class
Byte
(
val
value
:
Byte
)
Double
Link copied to clipboard
Native
annotation class
Double
(
val
value
:
Double
)
Float
Link copied to clipboard
Native
annotation class
Float
(
val
value
:
Float
)
Int
Link copied to clipboard
Native
annotation class
Int
(
val
value
:
Int
)
Long
Link copied to clipboard
Native
annotation class
Long
(
val
value
:
Long
)
Short
Link copied to clipboard
Native
annotation class
Short
(
val
value
:
Short
)
String
Link copied to clipboard
Native
annotation class
String
(
val
value
:
String
)
UByte
Link copied to clipboard
Native
annotation class
UByte
(
val
value
:
UByte
)
UInt
Link copied to clipboard
Native
annotation class
UInt
(
val
value
:
UInt
)
ULong
Link copied to clipboard
Native
annotation class
ULong
(
val
value
:
ULong
)
UShort
Link copied to clipboard
Native
annotation class
UShort
(
val
value
:
UShort
)