Operator overloading or alternatives to expression templates

via Digitalmars-d digitalmars-d at puremagic.com
Sat Sep 12 07:19:39 PDT 2015


On Friday, 11 September 2015 at 19:41:41 UTC, Martin Nowak wrote:
> Does anyone have a different idea how to make a nice query 
> language? db.get!Person.where!(p => p.age > 21 && p.name == 
> "Peter")

Do it at runtime?




More information about the Digitalmars-d mailing list