Future of string lambda functions/string predicate functions

Wyatt wyatt.epp at gmail.com
Wed Aug 14 07:44:17 PDT 2013


On Wednesday, 14 August 2013 at 14:36:25 UTC, H. S. Teoh wrote:
>
> 	more		// a > b
> 	more!(5)	// a > 5
> 	moreEq		// a >= b
> 	moreEq!(5)	// a >= 5

Nitpick, but I'd personally prefer "greater" rather than "more".

-Wyatt


More information about the Digitalmars-d mailing list