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

Function UArray_contains_

libs/basekit/source/UArray.c:1059–1061  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1057}
1058
1059int UArray_contains_(const UArray *self, const UArray *other) {
1060 return UArray_find_(self, other) != -1;
1061}
1062
1063long UArray_find_from_(const UArray *self, const UArray *other, size_t from) {
1064 UArray s;

Callers 1

IoSeq_immutable.cFile · 0.85

Calls 1

UArray_find_Function · 0.85

Tested by

no test coverage detected