[Issue 5910] Stride members' documentation comments are wrong

2011-04-30 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5910


kenn...@gmail.com changed:

   What|Removed |Added

URL||http://www.digitalmars.com/
   ||d/2.0/phobos/std_range.html
   ||#stride
 CC||kenn...@gmail.com
  Component|Optlink |websites
   Platform|Other   |All
 OS/Version|Windows |All


--- Comment #1 from kenn...@gmail.com 2011-04-30 03:50:23 PDT ---
Better not conflate the two ns :)

opIndex(size_t i);
Forwards to input[i * n]. (etc.)

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


[Issue 5910] Stride members' documentation comments are wrong

2011-04-30 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5910



--- Comment #2 from Andrej Mitrovic andrej.mitrov...@gmail.com 2011-04-30 
06:50:37 PDT ---
Oh right, it's _n * n in the code. I think a better name for _n is 'step'.

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