wizapp-stdlib/codegen/array/snippets/stack_capacity_array_cpp

5 lines
115 B
Plaintext

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