On Thursday, 19 February 2015 at 22:07:55 UTC, stewarth wrote:
I've gone with "static this()" approach and it works.
You should use shared static this to initialize immutable variables.
Martin Nowak via Digitalmars-d-learn Sun, 22 Feb 2015 15:20:37 -0800
On Thursday, 19 February 2015 at 22:07:55 UTC, stewarth wrote:
I've gone with "static this()" approach and it works.
You should use shared static this to initialize immutable variables.