SafeDeref.SafeDeref

Undocumented in source.
  1. alias SafeDeref = U
  2. struct SafeDeref
    template SafeDeref(T)
    static if(!(is(T U == SafeDeref!V, V)))
    struct SafeDeref {}

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