#include "tensorstore/kvstore/key_range.h"
static std::string
tensorstore::KeyRange::Successor(std::string_view key);

Returns the key that occurs immediately after key.

This is equal to key with a 0 (NUL) byte appended.