Array operation with boolean operator
bearophile
bearophileHUGS at lycos.com
Thu Mar 14 14:15:11 PDT 2013
Andrea Fontana:
> But does sort!"a<b" still work if it returns an array?
See the difference in syntax:
a < b
a[] < b[]
Bye,
bearophile
More information about the Digitalmars-d-learn
mailing list