\brief Get binary value as a string_view Provided for consistency with other arrays. \param i the value index \return the view over the selected value
| 82 | /// \param i the value index |
| 83 | /// \return the view over the selected value |
| 84 | std::string_view Value(int64_t i) const { return GetView(i); } |
| 85 | |
| 86 | /// \brief Get binary value as a std::string |
| 87 | /// |