mirror of https://github.com/adamdruppe/arsd.git
Merge pull request #509 from analogjupiter/ini
Improve documentation of `arsd.ini`
This commit is contained in:
commit
b57bb91998
4
ini.d
4
ini.d
|
|
@ -77,8 +77,8 @@
|
||||||
|
|
||||||
Use [IniParser.isDestructive] to check for the operating mode.
|
Use [IniParser.isDestructive] to check for the operating mode.
|
||||||
|
|
||||||
The construct a non-destructive parser despite a mutable input data,
|
To construct a non-destructive parser despite mutable input data,
|
||||||
specify `const(char)[]` as the value of the `string` template parameter.
|
pass type `const(char)[]` to the template parameter named `string`.
|
||||||
|
|
||||||
---
|
---
|
||||||
char[] mutableInput = [ /* … */ ];
|
char[] mutableInput = [ /* … */ ];
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue