| 121 | } |
| 122 | |
| 123 | value_type value(int64_t index) const |
| 124 | { |
| 125 | auto o = new_to_old_offset(index, a_.shape(), indices_.begin(), indices_.end()); |
| 126 | return a_.value<value_type>(o); |
| 127 | } |
| 128 | |
| 129 | array get(int64_t index) const |
| 130 | { |
nothing calls this directly
no test coverage detected