We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52dc3ac commit 68248abCopy full SHA for 68248ab
src/staticdigraph.jl
@@ -84,5 +84,5 @@ outdegree(g::StaticDiGraph) = [outdegree(g, v) for v in vertices(g)]
84
Return `true` if `g` is a directed graph.
85
"""
86
is_directed(::Type{StaticDiGraph}) = true
87
-is_directed(::Type{StaticDiGraph{T}}) where T = true
88
-is_directed(g::StaticDiGraph) = true
+is_directed(::Type{StaticDiGraph{T, U}}) where T where U = true
+is_directed(g::StaticDiGraph) = true
0 commit comments