Well, I just found collect(Edge, edges(g)) works, but it would be nice if 
collect() returned a vector of Edge by default. Any ideas?

On Friday, November 27, 2015 at 3:46:58 PM UTC-8, Seth wrote:
>
> I have implemented my own iterator that works against edges in a graph, 
> and edges(g) returns the iterator. However, collect(edges(g)) returns an 
> array of Any,1. I'd like it to return an array of Edge, 1. What am I 
> missing?
>
>

Reply via email to