Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
3.2.1
-
None
Description
The '=~'/in operator default implementation should work with arrays (even for primitives) and collections.
Expressions like
[2, 3] =~ [1, 2, 3, 4]
should be supported by default.