core.internal.cast_

Functions 2

fnbool areClassInfosEqual(scope const ClassInfo a, scope const ClassInfo b) pure nothrow @safe @nogc
fnvoid * _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...