Environment.set

clears the variable, if value is null or empty

  1. void set(const(char)[] variable, const(char)[] value)
  2. void set(const(char)[] variable, const(char)[] value)
    struct Environment
    version(Posix)
    static
    void
    set
    (
    const(char)[] variable
    ,
    const(char)[] value = null
    )

Meta