MCPcopy Create free account
hub / github.com/IoLanguage/io / UArray_clear

Function UArray_clear

libs/basekit/source/UArray_math.c:63–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61}
62
63void UArray_clear(UArray *self) {
64 UARRAY_FOREACHASSIGN_VALUE_UNUSED(self, i, 0);
65}
66
67void UArray_setItemsToLong_(UArray *self, long x) {
68 UARRAY_FOREACHASSIGN_VALUE_UNUSED(self, i, x);

Callers 2

UArray_leave_thenRemove_Function · 0.85
IoSeq_mutable.cFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected