#include "tensorstore/kvstore/key_range.h"
explicit tensorstore::KeyRange::KeyRange(std::string inclusive_min,
                                         
std::string exclusive_max);

Constructs the specified range.