tame ~master (2022-04-20T20:15:19.0723517)
Dub
Repo
tempBuffer
tame
buffer
Undocumented in source. Be warned that the author may not have intended to support it.
TempBuffer
!
T
tempBuffer
(
T
alias
length
size_t
maxAlloca
= .
maxAlloca
)
(
void
*
buffer
=
(
T.sizeof
*
length
<=
maxAlloca
)
?
alloca
(
T.sizeof
*
length
) : null
)
Meta
Source
See Implementation
tame
buffer
functions
asOutputRange
stackBuffer
tempBuffer
manifest constants
maxAlloca
structs
FixedBuffer
StackBuffer
StackBufferEntry
TempBuffer