Namespace: Rx – Class: CRxArray – Header: Rx.Core/RxArray.h
TValue& Front()
Returns a reference to the first element in the array. Calling Front on an empty array is undefined.
Reference to the first element.