retrograde ~master (2021-12-10T22:01:18.9456294)
Dub
Repo
Some
retrograde
option
Undocumented in source.
class
Some : Option!Type(
Type
) {
this
(Type data);
Type
get
();
bool
isEmpty
();
static
Some
opCall
(Type data);
}
Constructors
this
this
(Type data)
Undocumented in source.
Members
Functions
get
Type
get
()
Undocumented in source. Be warned that the author may not have intended to support it.
isEmpty
bool
isEmpty
()
Undocumented in source. Be warned that the author may not have intended to support it.
Static functions
opCall
Some
opCall
(Type data)
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
retrograde
option
classes
None
Option
Some