fast v0.3.3 (2018-04-06T12:17:02Z)
Home
Dub
Repo
tempBuffer
fast
buffer
Undocumented in source. Be warned that the author may not have intended to support it.
TempBuffer
!
T
tempBuffer
(
T
alias
length
size_t
allocaLimit
= .
allocaLimit
)
(
void
*
buffer
=
(
T.sizeof
*
length
<=
allocaLimit
)
?
alloca
(
T.sizeof
*
length
) : null
)
Meta
Source
See Implementation
fast
buffer
functions
asOutputRange
bufferArg
stackBuffer
tempBuffer
manifest constants
allocaLimit
structs
LimitedScopeBuffer
RaiiArray
StackBuffer
StackBufferEntry
TempBuffer