Nothing type/value aka Unit

Jonathan Levi catanscout at gmail.com
Fri Feb 8 14:57:11 UTC 2019


On Friday, 8 February 2019 at 14:28:23 UTC, Meta wrote:
> `typeof(null)`, which has `null` as its only value.

Did not know that existed.

I think I will use:

     alias Unit = typeof(null);
     enum Unit unit = null;

Thanks!




More information about the Digitalmars-d mailing list