Target.isPOSIX

struct Target
extern (D) @property scope const nothrow @nogc
bool
isPOSIX
()
out (result) { assert (result || os == Target.OS.Windows); }

Return Value

Type: bool

true if generating code for POSIX

Suggestion Box / Bug Report