#include "tensorstore/kvstore/key_range.h" bool tensorstore::ContainsPrefix(const KeyRange& haystack, std::string_view prefix); Returns Contains(haystack, KeyRange::Prefix(prefix)).