On Friday, 12 May 2017 at 21:23:23 UTC, Steven Schveighoffer
wrote:
> Note, you can achieve what you want with version(unittest):
Please prefer `private version(unittest){...}` if the module
might be imported by someone else's code, as to not pollute it
with unneeded symbols