Returns the memory size of the fixed array in bytes.
Synopsis
Declared in <absl/container/fixed_array.h>
size_t
memsize() const;
Return Value
The number of bytes occupied by the elements.
Created with MrDocs