On 09/11/2014 11:30 AM, ketmar via Digitalmars-d-announce wrote:
On Thu, 11 Sep 2014 10:47:40 -0700
Ali Çehreli via Digitalmars-d-announce
<[email protected]> wrote:
http://ddili.org/ders/d.en/templates_more.html
there is a little bug: opSlice(size_t, size_t) description is:
`collection[i, j]`
shouldn't it be: `collection[i..j]`?
Thank you. There are others in the other table as well. Fix is coming soon.
I have already fixed the template constaint bugs: Two of them should be
if (dimension <= 1) (not 2).
Would you like to send me your name so that I add it to the
Acknowledgments section. (Otherwise ketmar is it. :)
Ali