怎么介绍?
分类:
2008-12-02 11:28:22
except by value, just test the equality not the identity.
"." means itself.
Just rewrite "X except Y" as "X[not(.=Y)]". You need to test equality, not identity. The only difference is that this doesn't eliminate duplicates