Class Hierarchy Graphs

w0rp via Digitalmars-d digitalmars-d at puremagic.com
Thu Mar 26 10:55:01 PDT 2015


On Thursday, 26 March 2015 at 17:43:46 UTC, Vlad Levenfeld wrote:
> +1
>
> How much of a stretch would it be to extend the dependency 
> graph to compositional types?
>
> struct Foo {
>   mixin Bar!(a,b,c);
> }
>
> alias Qux = Baz!Foo;
>
> and so on?

I'm not sure about that. I'd have to think about it a bit. 
Templates are probably trickier.

Someone else has also suggested module dependency graphs. I could 
maybe offer something for that too.


More information about the Digitalmars-d mailing list