isSink method

bool isSink(
  1. Vertex<V> vertex
)

Implementation

bool isSink(Vertex<V> vertex) => isSinkById(vertex.id);