| 1475 | */ |
| 1476 | template <ssize_t Dims = -1> |
| 1477 | detail::unchecked_mutable_reference<T, Dims> mutable_unchecked() & { |
| 1478 | return array::mutable_unchecked<T, Dims>(); |
| 1479 | } |
| 1480 | |
| 1481 | /** |
| 1482 | * Returns a proxy object that provides const access to the array's data without bounds or |
nothing calls this directly
no outgoing calls
no test coverage detected