updateIni

Updates an entire INI file. Like formatIni, but tries to preserve existing field order and comments.

  1. void updateIni(S[] lines, S name, S value)
  2. void updateIni(S[] lines, T value)
    void
    updateIni
    (
    S
    T
    )
    (
    ref S[] lines
    ,
    auto ref T value
    )

Meta