https://issues.dlang.org/show_bug.cgi?id=14682
Steven Schveighoffer <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #6 from Steven Schveighoffer <[email protected]> --- Could you do: (config.noDateTime ? ["NODATETIME=nodatetime.ddoc"] : string[].init) Ugly I know :) I agree the usage is surprising. And actually, it's not the same as appending "", because "" is not null, whereas [] is. --
