Transform.opBinary

Transform an array of values of any dimension.

struct Transform(T, uint Dim, TransformOptions options = TransformOptions.none)
const
opBinary
(
string op : "*"
uint N
)
(
const auto ref T[N] values
)
if (
Dim > 0
)

Meta