MCPcopy 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
685BASEKIT_API void UArray_removeFirst(UArray *self) {
686 UArray_removeRange(self, 0, 1);
687}
688
689BASEKIT_API void UArray_removeLast(UArray *self) {
690 if (self->size > 0) {

Callers 1

UArray_unquoteFunction · 0.85

Calls 1

UArray_removeRangeFunction · 0.85

Tested by

no test coverage detected