#include "tensorstore/array_storage_statistics.h"
friend constexpr Mask
tensorstore::ArrayStorageStatistics::operator~(Mask a);
friend constexpr Mask
tensorstore::ArrayStorageStatistics::operator|(Mask aMask b);
friend constexpr Mask&
tensorstore::ArrayStorageStatistics::operator|=(MaskaMask b);
friend constexpr Mask
tensorstore::ArrayStorageStatistics::operator&(Mask aMask b);
friend constexpr Mask
tensorstore::ArrayStorageStatistics::operator&=(MaskaMask b);

Set operations.