OnDeleted<T> typedef

OnDeleted<T> = void Function(GraphNode<T> node)

Implementation

typedef OnDeleted<T> = void Function(GraphNode<T> node);