I'd like to get the compiler name and version from within the D code automatically so my binary can output the following: ``` Built with COMPILER_NAME COMPILER_VERSION ``` It is possible?