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
CLJS-744: ISequential types should implement JS indexOf, lastIndexOf
- implements `indexOf` and `lastIndexOf` for ISequential types
- the implementation for both functions conforms to the TC39
specification so that the behavior is the same across native host types
and ClojureScript persistent data structures
0 commit comments