Linked variables

2015-07-13 Thread via Digitalmars-d-learn
Does the standard library have a way to create a forward link between two variables of the same type? One variable is the source and the other is the sink. When the source variable is changed, the sink variable is too. Changing the sink variable has no effect on the source variable. I have alrea

Re: Linked variables

2015-07-14 Thread Baz via Digitalmars-d-learn
On Monday, 13 July 2015 at 22:07:11 UTC, Tanel Tagaväli wrote: Does the standard library have a way to create a forward link between two variables of the same type? One variable is the source and the other is the sink. When the source variable is changed, the sink variable is too. Changing the s