We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d94077 commit b5680d4Copy full SHA for b5680d4
1 file changed
src/abstractdatagraph.jl
@@ -117,8 +117,6 @@ end
117
118
# ============================ `similar_graph` (value domain) ============================ #
119
120
-# Construct a similar `AbstractDataGraph` defined by `underlying_graph` with `vertex_data_type` and `edge_data_type`.
121
-# To be specialized (has fallback).
122
"""
123
similar_graph(datagraph::AbstractDataGraph, D::Type)
124
similar_graph(datagraph::AbstractDataGraph, D::Type, vertices)
0 commit comments