findIndexR was only in the generic module and could be missed.
This PR adds type-restricted versions of findIndexR to the non-generic vector modules (plain Vector, Primitive, Storable and Unboxed). It also adds Does not fuse. sentences to their documents.
findIndexR
was only in the generic module and could be missed.This PR adds type-restricted versions of
findIndexR
to the non-generic vector modules (plainVector
,Primitive
,Storable
andUnboxed
). It also addsDoes not fuse.
sentences to their documents.Related: #172