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

Calls 1

UArray_setSize_Function · 0.85

Tested by

no test coverage detected