ctini.common

Members

Functions

apply
auto apply(R range)

Eagerly calls the given function for every element of the range

parseSections
Section[string] parseSections(string iniText)

The CTFE function that actually parses the ini file and returns a dictionary containing the parsed sections

Structs

Section
struct Section

Represents a section that can contain settings and other sections

Setting
struct Setting

Represents a key-value pair from the ini

Meta