agentsAt

fun agentsAt(cell: Cell): List<A>(source)

All agents currently on cell. Empty list if the cell is unoccupied.


fun agentsAt(col: Int, row: Int): List<A>(source)