The OpenD Programming Language

GraphSeries

import mir.graph;
alias GraphSeries(T, I = uint, J = size_t) = Series!(T*, GraphIterator!(I, J))

Meta