dextool v5.0.0 (2022-12-09T08:28:15Z)
Dub
Repo
SafeDeref.SafeDeref
my
deref
SafeDeref
Undocumented in source.
alias
SafeDeref
=
U
struct
SafeDeref
template
SafeDeref
(T)
static if
(!(
is(T U == SafeDeref!V, V)
))
struct
SafeDeref {
T
t
;
auto
opDispatch
();
}
Alias This
t
Members
Functions
opDispatch
auto
opDispatch
()
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
t
T
t
;
Undocumented in source.
Meta
Source
See Implementation
my
deref
SafeDeref
aliases
SafeDeref