[#absl-FixedArray-begin-06a] = xref:absl.adoc[absl]::xref:absl/FixedArray.adoc[FixedArray]::begin :relfileprefix: ../../ :mrdocs: Returns a const iterator to the beginning of the fixed array. == Synopsis Declared in `<absl/container/fixed_array.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:absl/FixedArray/const_iterator.adoc[const_iterator] begin() const; ---- == Return Value A const iterator to the first element. [.small]#Created with https://www.mrdocs.com[MrDocs]#