Environment.get

Returns the provided 'def' value if the variable does not exist

  1. char[] get(const(char)[] variable, char[] def)
  2. char[][char[]] get()
  3. char[] get(const(char)[] variable, char[] def)
    struct Environment
    version(Posix)
    static
    char[]
    get
    (
    const(char)[] variable
    ,
    char[] def = null
    )
  4. char[][char[]] get()

Meta