[#arith_uint256-size] = xref:arith_uint256.adoc[arith_uint256]::size :relfileprefix: ../ :mrdocs: Returns the size in bytes of the internal representation. == Synopsis Declared in `<arith_uint256.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- unsigned int size() const; ---- == Return Value The number of bytes occupied by the digit array. [.small]#Created with https://www.mrdocs.com[MrDocs]#