[#base_uint-02-WIDTH] = xref:base_uint-02.adoc[base_uint]::WIDTH :relfileprefix: ../ :mrdocs: Number of 32‐bit digits used to store the value. == Synopsis Declared in `<arith_uint256.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- inline constexpr static int WIDTH = BITS / 32; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#