save
fn
void save(OutputRange)(var v, auto ref OutputRange sink, IniPolicy policy = IniPolicy.init) if (isOutputRange!(OutputRange, string))Saves a var object to INI format into an output range.
Parameters
v | The var object to serialize. |
sink | The output range to write to. |
policy | Configuration policy. |