Function IniLikeFile.insertGroup

Insert group into IniLikeFile object and use its name as key.

auto final IniLikeFile.GroupNode insertGroup (
  IniLikeGroup group
) pure nothrow @trusted;

Prerequisites

group must be non-null. It also should not be held by some other IniLikeFile object.