i've noticed code like this: version (foo) {} else { do something... } would it be more natural to be able to write: version (!foo) { do something... } the same applies to the debug statement. thanks