On Sunday, 27 November 2016 at 20:57:28 UTC, Namespace wrote:
>
> class Example(L, R)
> {
> L _left;
> R _right;
>
> this(L l, R r)
> {
> _left = l;
> _right = r;
> }
> }
That was fast! But I needed the second reply in order to
understand yours. Thanks anyway.