| 331 | }; |
| 332 | |
| 333 | inline byte_t<1> byte_1_value(int64_t index) const |
| 334 | { |
| 335 | if (mode_ == mode_t::scalar_inplace) { |
| 336 | ASSERT(index == 0); |
| 337 | return base::span_cast<const byte_t<1>>(data())[index]; |
| 338 | } |
| 339 | return holder()->byte_1_value(index); |
| 340 | } |
| 341 | |
| 342 | inline byte_t<2> byte_2_value(int64_t index) const |
| 343 | { |