Generic Function Find-Edges-If (1 method)

( find-edges-if < thing > < predicate > )

Part of:

package cl-graph
Returns a list of edges in `thing` for which the `predicate` returns non-nil. [?? why no key function?]

Method Summary

find-edges-if < basic-graph > < T >