friend bool operator==(const slice& x, const slice& y);
return x.start() == y.start() && x.size() == y.size() && x.stride() == y.stride();