IniLikeFile.group

class IniLikeFile
@safe @nogc nothrow inout
group
(
string groupName
)

Return Value

Type: inout(IniLikeGroup)

IniLikeGroup instance associated with groupName or null if not found.

Meta