Function IniLikeGroup.moveLineToFront

Move line to the start of group.

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

Prerequisites

toMove is not null and belongs to this group.

See Also

getNode