ZDataType

@Serializable
data class ZDataType(val type: ZBaseType, val format: ZFormatType)(source)

Constructors

Link copied to clipboard
constructor(type: ZBaseType, format: ZFormatType)

Properties

Link copied to clipboard

Represents the size of the data type in bytes.

Link copied to clipboard
Link copied to clipboard
val size: Int

Represents the size of the data type.

Link copied to clipboard