mirror ~master (2021-09-30T14:57:21Z)
Dub
Repo
Blub
blub
Undocumented in source.
struct
Blub {
enum
Kind
;
Kind
kind
;
this
();
this
(int i);
this
(string s);
int
asInteger
();
string
asString
();
}
Constructors
this
this
()
Undocumented in source.
this
this
(int i)
Undocumented in source.
this
this
(string s)
Undocumented in source.
Members
Enums
Kind
enum
Kind
Undocumented in source.
Functions
asInteger
int
asInteger
()
Undocumented in source. Be warned that the author may not have intended to support it.
asString
string
asString
()
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
kind
Kind
kind
;
Undocumented in source.
Meta
Source
See Implementation
blub
functions
to
toBlub
structs
Blub