graphview icon indicating copy to clipboard operation
graphview copied to clipboard

Generic type argument in Node and Graph

Open IchbinLuka opened this issue 2 years ago • 0 comments

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.

IchbinLuka avatar Jun 30 '23 07:06 IchbinLuka