-
Couldn't load subscription status.
- Fork 22
Open
Description
If I have a function that returns a MetaGraph is it possible to annotate the type?
e.g.
const CustomGraph = MetaGraph(Int64, SimpleDiGraph(Int64), ...)
function create_graph()::CustomGraph
out = CustomGraph(SimpleDiGraph())
return out
endThis schema doesn't work, and it says "no method matching ... exists"
Metadata
Metadata
Assignees
Labels
No labels