elan-language / LanguageAndIDE

Apache License 2.0
3 stars 0 forks source link

'contains' method should apply to any Iter<T> #671

Open richardpawson opened 1 month ago

richardpawson commented 1 month ago

Currently it is limited to Iter

Must also ensure that this is working on the basic of value-equality, not reference equality. e.g. in Snake PP for bodyCovers/ overlaps