It would be nice to be able to do something like `gpds::value::get<std::string_view>()` to prevent unnecessary copy of strings. The same could apply to attributes.
It would be nice to be able to do something like
gpds::value::get<std::string_view>()to prevent unnecessary copy of strings.The same could apply to attributes.