You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the data stored in the Nodes has a dynamic type. To fully utilize Darts type system we could add a type Argument to the Node and Graph classes specifying the type of the data stored in the Nodes.
This would allow for static type analysis when dealing with Nodes.
The text was updated successfully, but these errors were encountered:
Currently the data stored in the Nodes has a dynamic type. To fully utilize Darts type system we could add a type Argument to the Node and Graph classes specifying the type of the data stored in the Nodes.
This would allow for static type analysis when dealing with Nodes.
The text was updated successfully, but these errors were encountered: