CEnumVarTypeSize

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

Stores instance size of the type T: CEnumVar.

Constructors

CEnumVarTypeSize
Link copied to clipboard
Native
fun CEnumVarTypeSize(size: Int)

Properties

size
Link copied to clipboard
Native
val size: Int