UnsafeNumber

Native
1.3
@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

Native
1.3

<init>

Marker for declarations that depend on numeric types of different bit width on at least two platforms.

UnsafeNumber ( actualPlatformTypes : Array < String > )

Properties

Native
1.3

actualPlatformTypes

Contains platform types represented as {konanTarget}: {type fqn} e.g. linux_x64:kotlin.Int,linux_arm64:kotlin.Long

val actualPlatformTypes : Array < String >