pry ~master (2022-05-10T05:39:50.997815)
Dub
Repo
Nullable
pry
combinators
Undocumented in source.
struct
Nullable (
T
) {
bool
isNull
;
T
value
;
this
(T val);
void
opAssign
(T value);
void
nullify
();
}
Constructors
this
this
(T val)
Undocumented in source.
Alias This
value
Members
Functions
nullify
void
nullify
()
Undocumented in source. Be warned that the author may not have intended to support it.
opAssign
void
opAssign
(T value)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
isNull
bool
isNull
;
Undocumented in source.
value
T
value
;
Undocumented in source.
Meta
Source
See Implementation
pry
combinators
functions
aa
any
array
delimited
optional
rep
seq
skipWs
slice
utfString
structs
Nullable
templates
map