ot::Heap::Array::Front() method
Gets a pointer to the element at the front of the array (first element). The returned pointer is valid only while the `Array` remains unchanged.
Return value
A pointer to the front element or `nullptr` if array is empty.