Function IniLikeGroup.moveLineToBack

Move line to the end of group.

final void moveLineToBack (
  IniLikeGroup.LineNode toMove
) pure nothrow @trusted;

Prerequisites

toMove is not null and belongs to this group.

See Also

getNode