Details
-
New Feature
-
Status: Done
-
Major
-
Resolution: Done
-
None
-
None
Description
We have an 'in' operator in stellar, but it could be much better. This should bring it at parity with the 'in' operator in python
- in should support string contains e.g. 'foo' in 'foobar'
- in should support Collection contains e.g. 'foo' in [ 'foo', 'bar' ]. Legacy was to only support lists
- in should support map contains e.g. 'foo' in { 'foo' : 5 }
Attachments
Issue Links
- links to