https://issues.dlang.org/show_bug.cgi?id=14073

[email protected] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #1 from [email protected] ---
(In reply to monkeyworks12 from comment #0)

>     auto t1 = crange!q{ 'a'..'z', 'A'..'Z', '0'..'9' };

>     auto t1 = crange!q['a'..'z', 'A'..'Z', '0'..'9'];

They look about the same to me. I don't see the need for this syntax extension.
If we want to introduce new syntax it has to introduce a bigger gain (like the
proposed [1,2]s syntax for fixed-size arrays).

--

Reply via email to