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