#include "tensorstore/kvstore/byte_range.h"
constexpr tensorstore::OptionalByteRangeRequest::
    
OptionalByteRangeRequest(int64_t inclusive_min,
                             
int64_t exclusive_max);
explicit constexpr tensorstore::OptionalByteRangeRequest::
    
OptionalByteRangeRequest(int64_t inclusive_min);

Constructs from the specified bounds.

If inclusive_min < 0, it indicates a byte offset relative to the end, and exclusive_max must be left as -1.

If exclusive_max == -1, it indicates that the byte range continues until the end of the value.