#include "tensorstore/util/result.h"
void tensorstore::Result<T>::IgnoreResult() const;

Ignores the result. This method signals intent to ignore the result to suppress compiler warnings from [[nodiscard]].