SmallBuffer.this

Construct a SmallBuffer

struct SmallBuffer(Element)
nothrow @nogc scope
this
(
size_t len
,
return scope Element[] buffer
)

Parameters

len size_t

number of elements in array

buffer Element[]

slice to use as backing-store, if len will fit in it

Meta