Future of string lambda functions/string predicate functions

Jakob Ovrum jakobovrum at gmail.com
Wed Aug 7 03:05:52 PDT 2013


On Wednesday, 7 August 2013 at 10:03:58 UTC, Jakob Ovrum wrote:
> All the following functionally equivalent string lambdas will 
> produce different instantiations of Sorter:
>
>     "a > b"
>     "b < a"
>     "a<b"
>     " a < b"
>
> etc.


Oops, accidentally reversed it there. Correction:

     "a > b"
     "b < a"
      "a>b"
     " a > b"


More information about the Digitalmars-d mailing list