I have a function like this
func fetchPokemons() -> [Pokemon] { var pokemons : [Pokemon] = [] service.fetchPokemons().done{ (newPokemons) in