OSSingleton.hasEnvironment

Returns true if the environment variable with the name variable exists. Note: Double-check the casing of variable. Environment variable names are case-sensitive on all platforms except Windows.

struct OSSingleton
@nogc nothrow const
bool
hasEnvironment
(
in String variable
)

Meta