tempBuffer

Undocumented in source. Be warned that the author may not have intended to support it.
tempBuffer
(
T
alias length
size_t maxAlloca = .maxAlloca
)
(
void* buffer = (T.sizeof * length <= maxAlloca) ? alloca(T.sizeof * length) : null
)

Meta