Function IniLikeFile.putGroup

Append group to group list without associating group name with it. Can be used to add groups with duplicated names.

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

Prerequisites

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