reduceV

Reduces an array of vector by the given function.

Vector!(T, U)
reduceV
(
alias pred
T
int U
)
(
const Vector!(T, U)[] v...
)

Parameters

v Vector!(T, U)[]

array of vector reduced

Return Value

Type: Vector!(T, U)

reduced vector

Meta