[#absl-FixedArray-begin-0d] = xref:absl.adoc[absl]::xref:absl/FixedArray.adoc[FixedArray]::begin :relfileprefix: ../../ :mrdocs: Returns an 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/iterator.adoc[iterator] begin(); ---- == Return Value An iterator to the first element. [.small]#Created with https://www.mrdocs.com[MrDocs]#