Files
wizapp-stdlib/codegen/array/snippets/clear

3 lines
86 B
Plaintext

wapp_debug_assert(array != NULL, "`array` should not be NULL");
array->count = 0;