GrowingChildNode

data class GrowingChildNode(val child: ShortestPathObjectNode, val objectCountIncrease: Int)

Constructors

Link copied to clipboard
constructor(child: ShortestPathObjectNode, objectCountIncrease: Int)

Properties

Link copied to clipboard
Link copied to clipboard