Function IniLikeGroup.moveLineBefore

Move line before other line in the group.

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

Prerequisites

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

See Also

getNode