[#bitset_detail-MultiIntBitSet-First] = xref:bitset_detail.adoc[bitset_detail]::xref:bitset_detail/MultiIntBitSet.adoc[MultiIntBitSet]::First :relfileprefix: ../../ :mrdocs: Find the first element (requires Any()). == Synopsis Declared in `<util/bitset.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- constexpr unsigned int First() const noexcept; ---- == Return Value The position of the lowest set bit. [.small]#Created with https://www.mrdocs.com[MrDocs]#