Summation<W> typedef

Summation<W> = W Function(W left, W right)

Function used to sum edge weights.

Implementation

typedef Summation<W> = W Function(W left, W right);