This module provides several variables. Paired with static if's these variables can be used for conditional compilation
An enum string representing the target architecture. possible values:
An enum string representing the target operating system. possible values:
static if(os == "Windows") { //code for windows } else { //generic code }
See Source File
This module provides several variables. Paired with static if's these variables can be used for conditional compilation