WriteOptions.lineBetweenGroups

Whether to write empty line after each group except for the last. New line is not written when it already exists before the next group.

struct WriteOptions
Flag!"lineBetweenGroups" lineBetweenGroups;

Meta