September 16, 2014 [phobos] [D-Programming-Language/phobos] cf1aa9: fix issue 9959 - Add functional pattern matching f... | ||||
---|---|---|---|---|
| ||||
Attachments:
| 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 <idanarye@gmail.com> 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 <hsteoh@quickfur.ath.cx> 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 |
Copyright © 1999-2021 by the D Language Foundation