Vector.fill

Fill elements.

struct Vector(size_t D, E = float)
ref return scope
typeof(this)
fill
()
(
auto ref const(E) value
)

Parameters

value const(E)

filler value.

Meta