Returns a reference to the first element in the container.
Declared in <absl/container/chunked_queue.h>
<absl/container/chunked_queue.h>
T& front();
REQUIRES: !empty()
A reference to the first element.