removeJunction

abstract fun removeJunction(j: Junction, neighbor: CellNode<out Any>)

Remove a junction from this node.

Parameters

j

the junction to remove

neighbor

the node at the other side of the junction.