Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/IoLanguage/io
/ UArray_removeLast
Function
UArray_removeLast
libs/basekit/source/UArray.c:689–693 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
687
}
688
689
BASEKIT_API void UArray_removeLast(UArray *self) {
690
if (self->size > 0) {
691
UArray_setSize_(self, self->size - 1);
692
}
693
}
694
695
// insert
696
Callers
2
UArray_unquote
Function · 0.85
IoSeq_mutable.c
File · 0.85
Calls
1
UArray_setSize_
Function · 0.85
Tested by
no test coverage detected