On Dec 08, 2016, at 02:01 AM, Walter Bright via phobos <[email protected]> 
wrote:

On a programming note, I do try to adjust symbol names and conditionals to not use negation, and

version (!Feature)

is deliberately not supported :-)

You mean:

version (!!DisableFeature)

:)

Or my favorite from Ruby:

unless not !foo
  # some code
end unless not !foo

:D

--
/Jacob Carlborg 
_______________________________________________
phobos mailing list
[email protected]
http://lists.puremagic.com/mailman/listinfo/phobos

Reply via email to