isParent method

bool isParent(
  1. Vertex<V> vertex
)

Implementation

bool isParent(Vertex<V> vertex) => isParentById(vertex.id);