Files
wizapp-stdlib/codegen/array/snippets/stack_capacity_array_cpp
2025-10-18 16:17:13 +01:00

5 lines
118 B
Plaintext

([&]() {{ \
wapp_persist {T} buf[CAPACITY] = {{}}; \
return {ArrayType}{{buf, 0, CAPACITY, sizeof({T})}}; \
}}())