On Wednesday, 3 October 2018 at 13:56:29 UTC, Stanislav Blinov wrote:

Aendment, this should of course be:

    this(Tracker oldLocation) {
        localCounter = oldLocation.locaclCounter;
        counter = oldLocation.counter;
        if( counter is &oldLocation.localCounter )
            counter = &localCounter;
    }


Reply via email to