MCPcopy 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
545BASEKIT_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.cFile · 0.85
IoSeq_mutable.cFile · 0.85

Calls 2

UArray_stackSliceFunction · 0.85
UArray_cloneFunction · 0.85

Tested by

no test coverage detected