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