| 559 | } |
| 560 | |
| 561 | long UArray_rawLongAt_(const UArray *self, size_t i) { |
| 562 | UARRAY_RAWAT_(self, i); |
| 563 | UArray_error_(self, "UArray_rawLongAt_ not supported on this type"); |
| 564 | return 0; |
| 565 | } |
| 566 | |
| 567 | double UArray_rawDoubleAt_(const UArray *self, size_t i) { |
| 568 | UARRAY_RAWAT_(self, i); |
no test coverage detected