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

Function UArray_containsDouble_

libs/basekit/source/UArray.c:1120–1122  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1118}
1119
1120int UArray_containsDouble_(const UArray *self, double value) {
1121 return UArray_findDoubleValue_(self, value) != -1;
1122}
1123
1124#define UARRAY_RFIND_TYPES(OP2, TYPE1, self, TYPE2, other) \
1125 { \

Callers 2

UArray_lstrip_Function · 0.85
UArray_rstrip_Function · 0.85

Calls 1

UArray_findDoubleValue_Function · 0.85

Tested by

no test coverage detected