Zernikalos
Toggle table of contents
0.7.0
common
Target filter
common
Switch theme
Search in API
Skip to content
Zernikalos
Zernikalos
/
zernikalos
/
ZDataType
ZData
Type
@
Serializable
data
class
ZDataType
(
val
type
:
ZBaseType
,
val
format
:
ZFormatType
)
(
source
)
Members
Constructors
ZData
Type
Link copied to clipboard
constructor
(
type
:
ZBaseType
,
format
:
ZFormatType
)
Properties
byte
Size
Link copied to clipboard
val
byteSize
:
Int
Represents the size of the data type in bytes.
format
Link copied to clipboard
val
format
:
ZFormatType
size
Link copied to clipboard
val
size
:
Int
Represents the size of the data type.
type
Link copied to clipboard
val
type
:
ZBaseType