vertices

fun vertices(): Set<V>

Answer the multigraph's Set of vertices. The set may not be modified. Modifications to the graph may make this set invalid.

Return

The set of vertices.