FixedSizeArray.emplaceBack

This function emplaces an S element at the back if there is space. Otherwise the behaviour is undefined.

struct FixedSizeArray(T, size_t Size = 32)
pragma(inline, true)
void
emplaceBack
(
Args...
)
(
auto ref Args args
)

Meta