[Dlang-internal] DIP1000 discussion and testing

Dicebot via Dlang-internal dlang-internal at puremagic.com
Sat Oct 29 22:33:05 PDT 2016


On Sunday, 30 October 2016 at 02:17:36 UTC, Walter Bright wrote:
> This is covered by my proposed modification:
>
> struct Tree
> {
>     TreeRange range ( ) scope;
> }

Maybe I misunderstand what you propose in that case? You have 
said "if it is applied to a variable with no indirections", but 
`struct Tree` in my example does contain indirection in form of 
`head` pointer (as struct is composition of fields).


More information about the Dlang-internal mailing list