Companion

object Companion

Functions

Link copied to clipboard
fun <T, P : Position<P>> make(    environment: Environment<T, P>,     center: Node<T>,     neighbors: Iterable<Node<T>> = emptyList()): SimpleNeighborhood<T, P>