lastArrayItem
Returns the last item in the array, collection or enumerable object.
Signature
lastArrayItem<T>(array: TList<T> | undefined, index: number, default?: T): T | undefined
Returns the last item in the array, collection or enumerable object.
lastArrayItem<T>(array: TList<T> | undefined, index: number, default?: T): T | undefined