removePopulationAt

abstract fun removePopulationAt(index: Int): Population<V, F>

Removes a Population at the specified index from the list.

Return

the Population that has been removed.