dynamic_cast

Safely casts between T and U.

nothrow @nogc ref @trusted
T
dynamic_cast
(
T
U
)
(
auto ref U from
)
if (
is(T : U)
)

Meta