On 09/13/2018 03:25 PM, Arafel wrote:
// How can we update the timestamp? Neither of those work timestamp = Clock.currTime; timestamp = cast(shared) Clock.currTime;
cast() timestamp = Clock.currTime;
ag0aep6g via Digitalmars-d-learn Thu, 13 Sep 2018 10:00:39 -0700
On 09/13/2018 03:25 PM, Arafel wrote:
// How can we update the timestamp? Neither of those work timestamp = Clock.currTime; timestamp = cast(shared) Clock.currTime;
cast() timestamp = Clock.currTime;