wizapp-stdlib/codegen/array/snippets/stack_capacity_array_cpp
2025-08-10 18:52:22 +01:00

5 lines
116 B
Plaintext

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