On Tuesday, 20 October 2015 at 10:10:05 UTC, Andrei Alexandrescu wrote:
On 10/20/2015 03:38 AM, Shriramana Sharma wrote:
Writing stdin.byLine(KeepTerminator.yes) is quite awkward. Why this long
name and not something shorter like KeepEOL?

It is what it is. Write it and move on.

Or if you really care about those keystrokes:

enum KeepEOL = KeepTerminator.yes;

Reply via email to