Documentation
Dlang.org
UInt8DataType
arrow
uint8_data_type
class
UInt8DataType :
IntegerDataType
{
this
(void* ptr, Flag!"Take" take);
static
GType
getGType
();
GType
gType
[@property getter];
UInt8DataType
self
();
this
();
}
Constructors
this
this
(void* ptr, Flag!"Take" take)
this
this
()
Members
Functions
self
UInt8DataType
self
()
Returns
this
, for use in
with
statements.
Properties
gType
GType
gType
[@property getter]
Static functions
getGType
GType
getGType
()
Inherited Members
From IntegerDataType
getGType
GType
getGType
()
gType
GType
gType
[@property getter]
self
IntegerDataType
self
()
Returns
this
, for use in
with
statements.
isSigned
bool
isSigned
()
arrow
uint8_data_type
classes
UInt8DataType