Configuration.get

Undocumented in source. Be warned that the author may not have intended to support it.
  1. bool get(string component, string key, JSONValue val)
  2. T get(string component, string key, T defaultValue)
    struct Configuration
    inout
    T
    get
    (
    T
    )
    (
    string component
    ,
    string key
    ,
    T defaultValue = T.init
    )

Meta