[dlang.org] [D-Programming-Language/dlang.org] 95123a: Full working example of 2D array with operator ove...

GitHub via dlang.org dlang.org at puremagic.com
Thu Oct 15 17:03:05 PDT 2015


  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/dlang.org
  Commit: 95123ae0d49396e5d2404b3c2d94de038d10b3cd
      https://github.com/D-Programming-Language/dlang.org/commit/95123ae0d49396e5d2404b3c2d94de038d10b3cd
  Author: H. S. Teoh <hsteoh at quickfur.ath.cx>
  Date:   2015-09-29 (Tue, 29 Sep 2015)

  Changed paths:
    M operatoroverloading.dd

  Log Message:
  -----------
  Full working example of 2D array with operator overloading.

Don't use underscore in parameter names.

More concise syntax for opDollar declarations.

Add bounds check for opSlice.


  Commit: 66f68f76561fa0a95f12558a05eb9de1ff6fff4f
      https://github.com/D-Programming-Language/dlang.org/commit/66f68f76561fa0a95f12558a05eb9de1ff6fff4f
  Author: Vladimir Panteleev <github.private at thecybershadow.net>
  Date:   2015-10-16 (Fri, 16 Oct 2015)

  Changed paths:
    M operatoroverloading.dd

  Log Message:
  -----------
  Merge pull request #1095 from quickfur/array2d_example

Full working example of 2D array with operator overloading.


Compare: https://github.com/D-Programming-Language/dlang.org/compare/ee9f4314dddd...66f68f76561f


More information about the dlang.org mailing list