IniMap¶ [Source] The nested map produced by IniParse: outer keys are section names, inner keys are key names, inner values are value strings. The empty-string section "" holds any keys that appear before the first section header. type IniMap is Map[String val, Map[String val, String val]] Type Alias For¶ Map[String val, Map[String val, String val]]