mirror of https://github.com/adamdruppe/arsd.git
Clarify instructions for instantiating a non-destructive parser for mutable data
This commit is contained in:
parent
f4c957c878
commit
c147de28e4
2
ini.d
2
ini.d
|
|
@ -78,7 +78,7 @@
|
|||
Use [IniParser.isDestructive] to check for the operating mode.
|
||||
|
||||
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 = [ /* … */ ];
|
||||
|
|
|
|||
Loading…
Reference in New Issue