GraphSeries

alias GraphSeries(T, I = uint, J = size_t) = Series!(T*, GraphIterator!(I, J))

Meta