NodeSort typedef

NodeSort = int Function(SankeyNode, SankeyNode)

Implementation

typedef NodeSort = int Function(SankeyNode, SankeyNode);