[dlang.org] [D-Programming-Language/dlang.org] 2607d6: Document Kenji's multidimensional array support im...

GitHub via dlang.org dlang.org at puremagic.com
Thu Aug 7 17:19:31 PDT 2014


  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/dlang.org
  Commit: 2607d6b9675eb1df2ec9b185127b431a8b59ff7c
      https://github.com/D-Programming-Language/dlang.org/commit/2607d6b9675eb1df2ec9b185127b431a8b59ff7c
  Author: H. S. Teoh <hsteoh at quickfur.ath.cx>
  Date:   2014-08-06 (Wed, 06 Aug 2014)

  Changed paths:
    M operatoroverloading.dd

  Log Message:
  -----------
  Document Kenji's multidimensional array support implementation.


  Commit: 4af3111a5d1efb9dc79638d69bf87d9757a6a37b
      https://github.com/D-Programming-Language/dlang.org/commit/4af3111a5d1efb9dc79638d69bf87d9757a6a37b
  Author: H. S. Teoh <hsteoh at quickfur.ath.cx>
  Date:   2014-08-06 (Wed, 06 Aug 2014)

  Changed paths:
    M operatoroverloading.dd

  Log Message:
  -----------
  Merge with existing docs on opIndex / opSlice / opDollar.


  Commit: eff9672aad8830f90bdc1328feb861809ec456c3
      https://github.com/D-Programming-Language/dlang.org/commit/eff9672aad8830f90bdc1328feb861809ec456c3
  Author: H. S. Teoh <hsteoh at quickfur.ath.cx>
  Date:   2014-08-06 (Wed, 06 Aug 2014)

  Changed paths:
    M operatoroverloading.dd

  Log Message:
  -----------
  Update opSliceUnary docs.

Update opSliceOpAssign docs.


  Commit: ebb4417941b3413aeb6ebcbcc73c7408c489fd3f
      https://github.com/D-Programming-Language/dlang.org/commit/ebb4417941b3413aeb6ebcbcc73c7408c489fd3f
  Author: H. S. Teoh <hsteoh at quickfur.ath.cx>
  Date:   2014-08-07 (Thu, 07 Aug 2014)

  Changed paths:
    M operatoroverloading.dd

  Log Message:
  -----------
  Base array object is only evaluated once even in complex expressions.


  Commit: 9e1d28d3b72b359816c8df7ed07dc5dd2f524def
      https://github.com/D-Programming-Language/dlang.org/commit/9e1d28d3b72b359816c8df7ed07dc5dd2f524def
  Author: H. S. Teoh <hsteoh at quickfur.ath.cx>
  Date:   2014-08-07 (Thu, 07 Aug 2014)

  Changed paths:
    M operatoroverloading.dd

  Log Message:
  -----------
  opDollar!i is also only evaluated once per dimension.


  Commit: 42ac18f95cbdd636648495164c6e9cc7548fe1df
      https://github.com/D-Programming-Language/dlang.org/commit/42ac18f95cbdd636648495164c6e9cc7548fe1df
  Author: Hara Kenji <k.hara.pg+dev at gmail.com>
  Date:   2014-08-08 (Fri, 08 Aug 2014)

  Changed paths:
    M operatoroverloading.dd

  Log Message:
  -----------
  Merge pull request #625 from quickfur/multidim_overload

Document multidimensional array op overloading


Compare: https://github.com/D-Programming-Language/dlang.org/compare/2776c14b2acb...42ac18f95cbd


More information about the dlang.org mailing list