feature ~main (2022-05-06T05:41:52.2473689)
Dub
Repo
IntType
feature
types
Undocumented in source.
class
IntType :
Type
{
this
(string val);
this
(int val);
string
ToString
();
}
Constructors
this
this
(string val)
Undocumented in source.
this
this
(int val)
Undocumented in source.
Members
Functions
ToString
string
ToString
()
Undocumented in source. Be warned that the author may not have intended to support it.
Inherited Members
From Type
value
char
[]
value
;
Undocumented in source.
type_name
string
type_name
;
Undocumented in source.
ToString
string
ToString
()
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
feature
types
classes
IntType
StringType
Type