-
#include "tensorstore/kvstore/key_range.h"
-
bool tensorstore::IntersectsPrefix(const KeyRange& a,
std::string_view prefix); Returns
Intersects(a, KeyRange::Prefix(prefix))
.
#include "tensorstore/kvstore/key_range.h"
Returns Intersects(a, KeyRange::Prefix(prefix))
.