MCPcopy Create free account
hub / github.com/IoLanguage/io / UArray_rFind_from_

Function UArray_rFind_from_

libs/basekit/source/UArray.c:1151–1156  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1149}
1150
1151BASEKIT_API long UArray_rFind_from_(const UArray *self, const UArray *other,
1152 size_t from) {
1153 UArray s = UArray_stackRange(self, 0, from);
1154 long i = UArray_rFind_(&s, other);
1155 return i;
1156}
1157
1158#define UARRAY_RFINDANYCASE_TYPES(OP2, TYPE1, self, TYPE2, other) \
1159 { \

Callers 1

IoSeq_immutable.cFile · 0.85

Calls 2

UArray_stackRangeFunction · 0.85
UArray_rFind_Function · 0.85

Tested by

no test coverage detected