Generic Function Iterate-Parents (1 method)

( iterate-parents < vertex > < fn > )

Part of:

package cl-graph

Calls fn on every vertex that is either connected
to vertex by an undirected edge or is at the source end of a
directed edge.

Method Summary

iterate-parents < graph-container-vertex > < t >