#include "tensorstore/kvstore/key_range.h"
static KeyRange
tensorstore::KeyRange::RemovePrefixLength(size_t n,
                                          
const KeyRangerange);

Removes n characters from the prefix of range.

For example::

RemovePrefixLength(2, KeyRange(“a/b”, “a/d”)) == KeyRange(“b”, “d”)