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

Function UArray_rFind_

libs/basekit/source/UArray.c:1146–1149  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 2

UArray_findPathExtensionFunction · 0.85
UArray_rFind_from_Function · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected