http://wiki.dlang.org/DIP85
This DIP proposes an officially sanctioned way to initialize const members (or mutable members of const structs) lazily by allowing limited mutation of const objects.
Destroy!
Marc Schütz via Digitalmars-d Sat, 14 Nov 2015 06:35:52 -0800
http://wiki.dlang.org/DIP85
This DIP proposes an officially sanctioned way to initialize const members (or mutable members of const structs) lazily by allowing limited mutation of const objects.
Destroy!