Function IniLikeGroup.moveLineAfter

Move line after other line in the group.

final void moveLineAfter (
  IniLikeGroup.LineNode other,
  IniLikeGroup.LineNode toMove
) pure nothrow @trusted;

Prerequisites

toMove and other are not null and belong to this group.

See Also

getNode