Functions
fn iterateSection(ini: Ini, header: []const u8) SectionIterator
Asserts that
header
includes “\n[” at the beginning and “]\n” at the end. `he…Asserts that
header
includes “\n[” at the beginning and “]\n” at the end.header
must remain valid for the lifetime of the iterator.