struct Barista::Graph::Visitor
- Barista::Graph::Visitor
- Struct
- Value
- Object
Overview
Visitor singleton
Defined in:
barista/graph.crConstructors
Class Method Summary
Instance Method Summary
Constructor Detail
Class Method Detail
def self.visit(vertex : Graph::Vertex, callback : Callback, visited = {} of String => Bool, path = [] of String)
#