Describe the enhancement requested
ExtensionType should implement bit_width and byte_width by delegating the call to the storage type.
int32_tbyte_width() constoverride { return storage_type_->byte_width(); }
intbit_width() constoverride { return storage_type_->bit_width(); }Component(s)
C++
Describe the enhancement requested
ExtensionTypeshould implementbit_widthandbyte_widthby delegating the call to the storage type.Component(s)
C++