You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It looks like you aren't able to call .filter(...) on an SequenceLike<T> since that type includes RArray<T>, which does not implement r.Filter<T>.
@blakeembrey I can't think of a reason why filter would not be available on RArray<T>. I can PR a fix really quick, but wanted to run it by you first in case I'm missing something.
The text was updated successfully, but these errors were encountered:
It looks like you aren't able to call
.filter(...)
on anSequenceLike<T>
since that type includesRArray<T>
, which does not implementr.Filter<T>
.@blakeembrey I can't think of a reason why filter would not be available on
RArray<T>
. I can PR a fix really quick, but wanted to run it by you first in case I'm missing something.The text was updated successfully, but these errors were encountered: