On Saturday, 28 May 2016 at 08:34:17 UTC, Mike Parker wrote:
const(F) cf = f; immutable(f) if = f;
And, of course, those should be const(Foo) and immutable(Foo).
Mike Parker via Digitalmars-d-learn Sat, 28 May 2016 01:41:08 -0700
On Saturday, 28 May 2016 at 08:34:17 UTC, Mike Parker wrote:
const(F) cf = f; immutable(f) if = f;
And, of course, those should be const(Foo) and immutable(Foo).