#include "tensorstore/spec.h"
Result<Spec> tensorstore::Spec::base() const;

Returns the underlying Spec, if this is an adapter.

Otherwise, returns a null Spec.