| 1144 | } |
| 1145 | |
| 1146 | long UArray_rFind_(const UArray *self, const UArray *other) { |
| 1147 | DUARRAY_OP(UARRAY_RFIND_TYPES, NULL, self, other); |
| 1148 | return -1; |
| 1149 | } |
| 1150 | |
| 1151 | BASEKIT_API long UArray_rFind_from_(const UArray *self, const UArray *other, |
| 1152 | size_t from) { |
no outgoing calls
no test coverage detected