core :: ArraySet :: remove_at
private fun remove_at(i: Int) do _array[i] = _array.last _array.pop end