Files
wizapp-stdlib/codegen/array/snippets/stack_capacity_array_cpp
2025-08-10 22:33:40 +00:00

5 lines
116 B
Plaintext

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