| 692 | }; |
| 693 | |
| 694 | array() : array(0, static_cast<const double *>(nullptr)) {} |
| 695 | |
| 696 | using ShapeContainer = detail::any_container<ssize_t>; |
| 697 | using StridesContainer = detail::any_container<ssize_t>; |
nothing calls this directly
no test coverage detected