UnsafeNumber
@Target([AnnotationTarget.TYPEALIAS, AnnotationTarget.FUNCTION, AnnotationTarget.PROPERTY]) annotation class UnsafeNumber
(source)
Marker for declarations that depend on numeric types of different bit width on at least two platforms.
Parameters
actualPlatformTypes
- : Contains platform types represented as {konanTarget}: {type fqn}
e.g. linux_x64:kotlin.Int,linux_arm64:kotlin.Long
Constructors
<init>
Marker for declarations that depend on numeric types of different bit width on at least two platforms.
UnsafeNumber(actualPlatformTypes: Array<String>)
Properties
actualPlatformTypes
: Contains platform types represented as {konanTarget}: {type fqn}
e.g. linux_x64:kotlin.Int,linux_arm64:kotlin.Long
val actualPlatformTypes: Array<String>