| 429 | constexpr static Layout layout = L; |
| 430 | |
| 431 | bool operator==(const StrongShape<L>& shape) const { |
| 432 | // TODO(akulik): implement better alternative. |
| 433 | return this->ToShape() == shape.ToShape(); |
| 434 | } |
| 435 | |
| 436 | bool operator!=(const StrongShape<L>& shape) const { |
| 437 | // TODO(akulik): implement better alternative. |