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

6 lines
55 B
Plaintext

if (!array) {{
return;
}}
array->count = 0;