I'd like to be able to write something like this, but I haven't been able to find anything in the docs

    class Base{}
    class Sub: Base{}
    static assert(is(SuperClassOf!Sub == Base));

Reply via email to