| 73 | } |
| 74 | |
| 75 | [[nodiscard, clang::always_inline]] constexpr const std::span<const T> column( |
| 76 | size_t column) const { |
| 77 | return std::span{&get(0, column), Rows}; |
| 78 | } |
| 79 | |
| 80 | [[nodiscard, clang::always_inline]] constexpr std::span<T> column( |
| 81 | size_t column) { |
no outgoing calls
no test coverage detected