Visit

class Visit<T>(val type: VisitType, val edge: Edge<T>? = null)

Constructors

Link copied to clipboard
constructor(type: VisitType, edge: Edge<T>? = null)

Properties

Link copied to clipboard
val edge: Edge<T>? = null
Link copied to clipboard