private fun ReservationList.res_getAt(index: Int): Reservation
(source)
Gets the reserved funds object at the given index in a ReservationList.
index
- the zero-based index of the Reservation to retrieve
Return
the Reservation, or an empty array if not found