Generic Function Make-Vertex-Edges-Container (1 method)

( make-vertex-edges-container < vertex > < container-class > &rest < args > )

Part of:

package cl-graph
Called during the initialization of a vertex to create the create the container used to store the edges incident to the vertex. The initarg :vertex-edges-container-class can be used to alter the default container class.

Method Summary

make-vertex-edges-container < graph-container-vertex > < T >