[Issue 7177] $ should forward to length by default

d-bugmail at puremagic.com d-bugmail at puremagic.com
Thu Mar 21 09:55:38 PDT 2013


http://d.puremagic.com/issues/show_bug.cgi?id=7177



--- Comment #23 from Jonathan M Davis <jmdavisProg at gmx.com> 2013-03-21 09:55:37 PDT ---
If we forgo this enhancement request, then we have two choices with regards to
ranges and $:

1. Never be able to use $ with ranges, because none of the range traits check
for it.

2. Warn people that we're going to soon require opDollar for random-access
ranges and ranges with slicing and then change isRandomAccessRange and
hasSlicing accordingly (at which point, there's bound to be a fair bit of code
which will break).

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------


More information about the Digitalmars-d-bugs mailing list