Predicates Within Strings

Justin Choi justinjchoice at gmail.com
Mon Jun 14 15:01:01 UTC 2021


Could somebody explain or point me to documentation that helps to 
explain the usage of strings in predicates?
My main question is how D infers the omitted variable 
specifications given otherwise - for example:
`filter!(a => a < 3)(arr);`
and
`filter!"a < 3"(arr);`
produce the same result.


More information about the Digitalmars-d-learn mailing list