Files
wizapp-stdlib/codegen/dbl_list/snippets/list_empty
2025-05-05 19:55:42 +01:00

7 lines
138 B
Plaintext

assert(list != NULL);
u64 count = list->node_count;
for (u64 i = 0; i < count; ++i) {{
wapp_{Tlower}_list_pop_back(list);
}}