Function IniLikeFile.moveGroupAfter

Move group after other.

final void moveGroupAfter (
  IniLikeFile.GroupNode other,
  IniLikeFile.GroupNode toMove
) pure nothrow @trusted;