graphview
                                
                                
                                
                                    graphview copied to clipboard
                            
                            
                            
                        Generic type argument in Node and Graph
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.