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

Function UArray_firstLong

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

Source from the content-addressed store, hash-verified

596// at, extras
597
598long UArray_firstLong(const UArray *self) { return UArray_rawLongAt_(self, 0); }
599
600long UArray_lastLong(const UArray *self) {
601 if (!self->size) {

Callers 3

UArray_appendPath_Function · 0.85
IoSeq_immutable.cFile · 0.85
IoSeq_mutable.cFile · 0.85

Calls 1

UArray_rawLongAt_Function · 0.85

Tested by

no test coverage detected