FWIW, I would rather see `if (array)` translated to `if (array.length)` and this become the recomended way to check if an array is empty. Wouldn't that remove the dependency on std.array for most of the cases?
- What about putting array.empty in object.d? Nick Sabalausky
- Re: What about putting array.empty in object.d? Andrej Mitrovic
- Re: What about putting array.empty in object.d? Daniel Murphy
- Re: What about putting array.empty in object... Steven Schveighoffer
- Re: What about putting array.empty in object... Xinok
- Re: What about putting array.empty in ob... Steven Schveighoffer
- Re: What about putting array.empty in object... Jonathan M Davis
- Re: What about putting array.empty in object... Steven Schveighoffer
- Re: What about putting array.empty in ob... Nick Sabalausky
- Re: What about putting array.empty i... Steven Schveighoffer
- Re: What about putting array.em... Steven Schveighoffer
- Re: What about putting array.empty in ob... Jonathan M Davis
- Re: What about putting array.empty in ob... Daniel Murphy