Adds optimized operator support for Array.filter, and makes compositions in which Array.filter is called on a mapped array correct. Aliasing information kept in the mapped array is exposed to the Array.filter call, which collects it in the resulting array.
Adds optimized operator support for
Array.filter
, and makes compositions in whichArray.filter
is called on a mapped array correct. Aliasing information kept in the mapped array is exposed to theArray.filter
call, which collects it in the resulting array.Resolves #2580