[phobos] [D-Programming-Language/phobos] 01ec46: {SD}List [front|back] primitives

GitHub noreply at github.com
Fri Oct 5 07:49:40 PDT 2012


  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/phobos
  Commit: 01ec4661e5255e7437073f7c7f8fc8ce470f5a1d
      https://github.com/D-Programming-Language/phobos/commit/01ec4661e5255e7437073f7c7f8fc8ce470f5a1d
  Author: monarchdodra <monarchdodra at gmail.com>
  Date:   2012-10-01 (Mon, 01 Oct 2012)

  Changed paths:
    M std/container.d

  Log Message:
  -----------
  {SD}List [front|back] primitives

Just some minor details:
* Adding void [front|back](T value) for DList and DList.Range.
* A few missing ddocs in both.
* A few missing enforcement checks.

We *may* want to change some of the enforce into asserts, but right now, there was nothing, and it was inconsistent.


  Commit: d018eb689af8cdcd0de478c73de4563189c9469e
      https://github.com/D-Programming-Language/phobos/commit/d018eb689af8cdcd0de478c73de4563189c9469e
  Author: Andrei Alexandrescu <andrei at erdani.com>
  Date:   2012-10-05 (Fri, 05 Oct 2012)

  Changed paths:
    M std/container.d

  Log Message:
  -----------
  Merge pull request #790 from monarchdodra/SDList

{SD}List [front|back] primitives


Compare: https://github.com/D-Programming-Language/phobos/compare/2aceab7064cf...d018eb689af8


More information about the phobos mailing list