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.
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.