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

Function UArray_rawLongAt_

libs/basekit/source/UArray.c:561–565  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

559}
560
561long UArray_rawLongAt_(const UArray *self, size_t i) {
562 UARRAY_RAWAT_(self, i);
563 UArray_error_(self, "UArray_rawLongAt_ not supported on this type");
564 return 0;
565}
566
567double UArray_rawDoubleAt_(const UArray *self, size_t i) {
568 UARRAY_RAWAT_(self, i);

Callers 3

UArray_longAt_Function · 0.85
UArray_firstLongFunction · 0.85
UArray_lastLongFunction · 0.85

Calls 1

UArray_error_Function · 0.85

Tested by

no test coverage detected