Returns the size of the data array in bytes.
| 114 | |
| 115 | /// Returns the size of the data array in bytes. |
| 116 | inline size_t Length() const noexcept { |
| 117 | return S_.Length; |
| 118 | } |
| 119 | |
| 120 | /// Checks if the object has an empty data array. |
| 121 | Y_PURE_FUNCTION inline bool Empty() const noexcept { |