_d_interface_cast

Attempts to cast Object o to class c. Returns o if successful, null if not.

extern (C) pure nothrow @nogc
void*
_d_interface_cast
(
void* p
,)

Meta