Vec.fill

Fills the buffer with the same value.

struct Vec(T)
nothrow @nogc public
void
fill
(
T x
)

Meta