tempBuffer

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

Meta