Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/phobos
  Commit: cf1aa96bc443eea5a7067d9066a6033c3b424fd8
      
https://github.com/D-Programming-Language/phobos/commit/cf1aa96bc443eea5a7067d9066a6033c3b424fd8
  Author: IdanArye <[email protected]>
  Date:   2014-08-18 (Mon, 18 Aug 2014)

  Changed paths:
    M std/algorithm.d

  Log Message:
  -----------
  fix issue 9959 - Add functional pattern matching for object references

Add the function std.algorithm.castSwitch, which chooses a delegate
based on the class of an object and run that delegate with that object.


  Commit: 575b4aec7f2e901056548dc209f3d15951714c05
      
https://github.com/D-Programming-Language/phobos/commit/575b4aec7f2e901056548dc209f3d15951714c05
  Author: H. S. Teoh <[email protected]>
  Date:   2014-09-16 (Tue, 16 Sep 2014)

  Changed paths:
    M std/algorithm.d

  Log Message:
  -----------
  Merge pull request #1266 from 
idanarye/add-functional-pattern-matching-for-object-references

fix issue 9959 - Add functional pattern matching for object references


Compare: 
https://github.com/D-Programming-Language/phobos/compare/c0c79efccdd8...575b4aec7f2e
_______________________________________________
phobos mailing list
[email protected]
http://lists.puremagic.com/mailman/listinfo/phobos

Reply via email to