Structs are Not Plain: A call for empty struct constructors

Dukc ajieskola at gmail.com
Fri Sep 20 07:54:22 UTC 2019


On Friday, 20 September 2019 at 07:48:25 UTC, Dukc wrote:
> Example of what is really invalid is `arr.length > 0 && arr.ptr 
> != null`

Meant `arr.length > 0 && arr.ptr == null`



More information about the Digitalmars-d mailing list