Type

class Type(val name: String, val type: DataType, size: Int = 0)

Constructors

Link copied to clipboard
constructor(name: String, type: DataType, size: Int = 0)

Properties

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