Config.writeImpl

Undocumented in source. Be warned that the author may not have intended to support it.
  1. void writeImpl(string name, T value)
  2. void writeImpl(string name, T value)
    class Config
    version(!Windows)
    void
    writeImpl
    (
    T
    )
    (
    string name
    ,)
    if (
    is(typeof(to!string(T.init)))
    )

Meta