| 883 | |
| 884 | template<typename ShapeType_, typename StorageType_> |
| 885 | LIBRAPID_ALWAYS_INLINE auto ArrayContainer<ShapeType_, StorageType_>::begin() const noexcept |
| 886 | -> auto { |
| 887 | return detail::ArrayIterator(createGeneralArrayView(*this), 0); |
| 888 | } |
| 889 | |
| 890 | template<typename ShapeType_, typename StorageType_> |
| 891 | LIBRAPID_ALWAYS_INLINE auto ArrayContainer<ShapeType_, StorageType_>::end() const noexcept |
no test coverage detected