#include "tensorstore/index_space/dimension_identifier.h"
constexpr tensorstore::DimensionIdentifier::DimensionIdentifier(
    
std::string_view label);

Constructs from a label.

Stores a reference to the label string, does not copy it.

Dchecks:

label.data() != nullptr