IniLikeFile.group

Get group by name.

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

Return Value

Type: inout(IniLikeGroup)

IniLikeGroup instance associated with groupName or null if not found.

See Also

Meta