numem ~master (2025-12-14T08:31:01.1033613)
Dub
Repo
dynamic_cast
numem
casting
Safely casts between
T
and
U
.
nothrow @
nogc
ref @
trusted
T
dynamic_cast
(
T
U
)
(
auto
ref
U
from
)
if
(
is
(
T
:
U
)
)
Meta
Source
See Implementation
numem
casting
functions
const_cast
dynamic_cast
reinterpret_cast
Safely casts between T and U.