private fun TravelList.travels_getAt(index: Int): Travel
Gets the Travel at the given index in a TravelList.
index - the zero-based index of the Travel to retrieve
index
Return the Travel, or an empty array if not found