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