Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
598
long UArray_firstLong(const UArray *self) { return UArray_rawLongAt_(self, 0); }
599
600
long UArray_lastLong(const UArray *self) {
601
if (!self->size) {
Callers
3
UArray_appendPath_
Function · 0.85
IoSeq_immutable.c
File · 0.85
IoSeq_mutable.c
File · 0.85
Calls
1
UArray_rawLongAt_
Function · 0.85
Tested by
no test coverage detected