Function IniLikeGroup.byKeyValue

Iterate by Key-Value pairs. Values are left in escaped form.

auto final std.algorithm.iteration.MapResult!(inilike.file.IniLikeGroup.staticByKeyValue!(inilike.file.ListMap!(string,inilike.file.IniLikeLine,32L).ListMap.ByNode!(const(inilike.file.ListMap!(string,inilike.file.IniLikeLine,32L).ListMap.Node)).ByNode).staticByKeyValue(inilike.file.ListMap!(string,inilike.file.IniLikeLine,32L).ListMap.ByNode!(const(inilike.file.ListMap!(string,inilike.file.IniLikeLine,32L).ListMap.Node)).ByNode).__lambda4,std.algorithm.iteration.FilterResult!(inilike.file.IniLikeGroup.staticByKeyValue!(inilike.file.ListMap!(string,inilike.file.IniLikeLine,32L).ListMap.ByNode!(const(inilike.file.ListMap!(string,inilike.file.IniLikeLine,32L).ListMap.Node)).ByNode).staticByKeyValue(inilike.file.ListMap!(string,inilike.file.IniLikeLine,32L).ListMap.ByNode!(const(inilike.file.ListMap!(string,inilike.file.IniLikeLine,32L).ListMap.Node)).ByNode).__lambda3,std.algorithm.iteration.MapResult!(inilike.file.IniLikeGroup.staticByKeyValue!(inilike.file.ListMap!(string,inilike.file.IniLikeLine,32L).ListMap.ByNode!(const(inilike.file.ListMap!(string,inilike.file.IniLikeLine,32L).ListMap.Node)).ByNode).staticByKeyValue(inilike.file.ListMap!(string,inilike.file.IniLikeLine,32L).ListMap.ByNode!(const(inilike.file.ListMap!(string,inilike.file.IniLikeLine,32L).ListMap.Node)).ByNode).__lambda2,inilike.file.ListMap!(string,inilike.file.IniLikeLine,32L).ListMap.ByNode!(const(inilike.file.ListMap!(string,inilike.file.IniLikeLine,32L).ListMap.Node)).ByNode).MapResult).FilterResult) byKeyValue() pure nothrow @nogc @safe const;

Returns

Range of Tuple!(string, "key", string, "value").

See Also

escapedValue, byIniLine