On Friday, 4 January 2019 at 11:53:41 UTC, Jacob Shtokolov wrote:
On Friday, 4 January 2019 at 11:45:24 UTC, Jacob Shtokolov wrote:Here is the simple example: https://run.dlang.io/gist/1a06dd703bea5548ee72b4713a7ce5f6Sorry, invalid link. Here is a new one: https://run.dlang.io/is/QZ5hLV
``` @property val(T v) { static assert(v > 0); value = v; } ``` v is a run-time value, not available at compile time.