Documentation
Dlang.org
StringViewDataType
arrow
string_view_data_type
class
StringViewDataType :
BinaryViewDataType
{
this
(void* ptr, Flag!"Take" take);
static
GType
_getGType
();
GType
_gType
[@property getter];
StringViewDataType
self
();
this
();
}
Constructors
this
this
(void* ptr, Flag!"Take" take)
this
this
()
Members
Functions
self
StringViewDataType
self
()
Returns
this
, for use in
with
statements.
Properties
_gType
GType
_gType
[@property getter]
Static functions
_getGType
GType
_getGType
()
Inherited Members
From BinaryViewDataType
_getGType
GType
_getGType
()
_gType
GType
_gType
[@property getter]
self
BinaryViewDataType
self
()
Returns
this
, for use in
with
statements.
arrow
string_view_data_type
classes
StringViewDataType