moveTo

fun moveTo(agent: A, cell: Cell)(source)

Equivalent to placeAt; provided for symmetry with movement-style code.


fun moveTo(agent: A, col: Int, row: Int)(source)