hunt-proton ~master (2021-07-16T03:06:07Z)
Home
Dub
Repo
Ref
hunt
proton
engine
impl
Ref
Ref
class
Ref (
T
) {
T
value
;
this
(T initial);
T
get
();
void
set
(T value);
}
Constructors
this
this
(T initial)
Undocumented in source.
Members
Functions
get
T
get
()
Undocumented in source. Be warned that the author may not have intended to support it.
set
void
set
(T value)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
value
T
value
;
Undocumented in source.
Meta
Source
See Implementation
hunt
proton
engine
impl
Ref
classes
Ref
Ref