Reviewed-on: #4 Co-authored-by: Abdelrahman <said.abdelrahman89@gmail.com> Co-committed-by: Abdelrahman <said.abdelrahman89@gmail.com>
5 lines
116 B
Plaintext
5 lines
116 B
Plaintext
([&]() {{ \
|
|
persistent {T} buf[CAPACITY] = {{}}; \
|
|
return {ArrayType}{{buf, 0, CAPACITY, sizeof({T})}}; \
|
|
}}())
|