ConfigFile.getSectionKeys

Returns an array of all defined key identifiers in the specified section. Raises an error and returns an empty array if the section does not exist.

struct ConfigFile
@nogc nothrow const
PoolStringArray
getSectionKeys
(
in String section
)

Meta