struct Barista::Graph::Visitor

Overview

Visitor singleton

Defined in:

barista/graph.cr

Constructors

Class Method Summary

Instance Method Summary

Constructor Detail

def self.new #

[View source]

Class Method Detail

def self.visit(vertex : Graph::Vertex, callback : Callback, visited = {} of String => Bool, path = [] of String) #

[View source]

Instance Method Detail

def initialize #

[View source]