On Tuesday, 26 June 2018 at 14:32:59 UTC, Nathan S. wrote:
On Monday, 25 June 2018 at 19:40:30 UTC, kdevel wrote:Is it possibleto "lower" the Nullable operations if T is a class type such that thereis only one level of nullification?Yes: https://run.dlang.io/is/hPxbyf ---- template Nullable(S)
[...]
----
Works nicely. Thanks!