<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
    <title></title>
  </head>
  <body bgcolor="#ffffff" text="#000000">
    Am 13.04.2011 22:38, schrieb Andrei Alexandrescu:
    <blockquote cite="mid:io51q9$23a8$1@digitalmars.com" type="cite">I'm
      quite excited about the new look of std (right now realized only
      by
      <a class="moz-txt-link-freetext" href="http://d-programming-language.org/phobos-prerelease/std_algorithm.html">http://d-programming-language.org/phobos-prerelease/std_algorithm.html</a>).
    </blockquote>
     <br>
    I just had a look and stumbled over the short description of group:<br>
    <br>
    <a
href="http://d-programming-language.org/phobos-prerelease/std_algorithm.html#group"><span
        class="d_inlinecode"></span></a> <span class="d_inlinecode">   
          group([5, 2, 2, 3, 3])</span>
    returns a range containing the tuples <span class="d_inlinecode">tuple(5,
      1)</span>, <span class="d_inlinecode">tuple(5,
      1)</span>, <span class="d_inlinecode">tuple(2, 2)</span>, and <span
      class="d_inlinecode">tuple(3, 2)</span>.<br>
    <br>
    there seems to be one 'touple(5, 1)' too much.<br>
    <br>
    <br>
  </body>
</html>