Package-level declarations

Types

Link copied to clipboard
data class VisitImpl<T, S>(val state: S, val node: Node<T>) : Visit<T, S>

Default Visit implementation returned by Visit.of. Not meant to be instantiated directly; use Visit.of (or the it.unibo.tuprolog.utils.graphs.visitOf shorthand) instead.