Custom graph typing question (Graphs.jl)

This should work:
Base.eltype(::Type{Graphs.SimpleGraphs.SimpleEdgeIter{GridSpace{N, T}}}) where {N, T} = Edge{T}

1 Like