Generic Function Neighbor-Vertexes (1 method)

( neighbor-vertexes < vertex > &optional < filter > )

Part of:

package cl-graph

Returns a list of the vertexes to which vertex is
connected by an edge disregarding edge direction. In a directed
graph, neighbor-vertexes is the union of parent-vertexes and
child-vertexes. [?? Could be a defun].

Method Summary

neighbor-vertexes < t >