CEnumVarTypeSize

@Target(allowedTargets = [AnnotationTarget.CLASS])
annotation class CEnumVarTypeSize(val size: Int)(source)

Stores instance size of the type T: CEnumVar.

Since Kotlin

1.3

Properties

Link copied to clipboard
val size: Int
Since Kotlin 1.3