core.internal.cast_
Functions 2
fn
bool areClassInfosEqual(scope const ClassInfo a, scope const ClassInfo b) pure nothrow @safe @nogcfn
void * _d_cast(To, From)(From o) @trustedHook that detects the type of cast performed and calls the appropriate function. Params: o = object that is being casted To = type to which the object is being casted Returns: null if the cast fail...