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"