Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/IoLanguage/io
/ UArray_slice
Function
UArray_slice
libs/basekit/source/UArray.c:545–548 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
543
}
544
545
BASEKIT_API UArray *UArray_slice(const UArray *self, long start, long end) {
546
UArray out = UArray_stackSlice(self, start, end);
547
return UArray_clone(&out);
548
}
549
550
// at, without bounds check
551
Callers
2
IoSeq_immutable.c
File · 0.85
IoSeq_mutable.c
File · 0.85
Calls
2
UArray_stackSlice
Function · 0.85
UArray_clone
Function · 0.85
Tested by
no test coverage detected