Hey didn't this mean "is derived from"? :)Is there a way to check this at compile time?is(T : MyClass1)
It actually means "is implicitly convertable to", which "is derived from" satisfies.
Hey didn't this mean "is derived from"? :)Is there a way to check this at compile time?is(T : MyClass1)
It actually means "is implicitly convertable to", which "is derived from" satisfies.