Function isSet [src]
Prototype
pub fn isSet(comptime ev: EnvVar) bool Parameters
ev: EnvVar Source
pub fn isSet(comptime ev: EnvVar) bool {
return std.process.hasNonEmptyEnvVarConstant(@tagName(ev));
} pub fn isSet(comptime ev: EnvVar) bool ev: EnvVar pub fn isSet(comptime ev: EnvVar) bool {
return std.process.hasNonEmptyEnvVarConstant(@tagName(ev));
}