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

Function UArray_rawDoubleAt_

libs/basekit/source/UArray.c:567–571  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

565}
566
567double UArray_rawDoubleAt_(const UArray *self, size_t i) {
568 UARRAY_RAWAT_(self, i);
569 UArray_error_(self, "UArray_doubleAt_ not supported on this type");
570 return 0;
571}
572
573// at, with bounds check
574

Callers 4

UArray_MaxFunction · 0.85
UArray_MinFunction · 0.85
UArray_doubleAt_Function · 0.85
IoSeq_vector.cFile · 0.85

Calls 1

UArray_error_Function · 0.85

Tested by

no test coverage detected