Luna::Array::fill
constexpr void fill(const _Ty &value)
Assigns every element in the array with the specified value.
Parameters
-
in value
The value to fill.
constexpr void fill(const _Ty &value)
Assigns every element in the array with the specified value.
in value
The value to fill.