Nick Sabalausky wrote:

> I really don't see the relevance

Please look at the definition of R:
struct R
{
    int value;
    d_list!R Rlist;
}

If no recursion was wanted the OP should have written:
    d_list!(R*) Rlist;

In digitalmars.D.learn:40990 I already asked for an explanation.

-manfred

Reply via email to