FixedArrayObjcType

data class FixedArrayObjcType(val count: Int, val type: ObjcType) : ObjcType

Constructors

Link copied to clipboard
constructor(count: Int, type: ObjcType)

Properties

Link copied to clipboard
val count: Int
Link copied to clipboard

Functions

Link copied to clipboard
open override fun toKotlinString(): String