| 565 | } |
| 566 | |
| 567 | double UArray_rawDoubleAt_(const UArray *self, size_t i) { |
| 568 | UARRAY_RAWAT_(self, i); |
| 569 | UArray_error_(self, "UArray_doubleAt_ not supported on this type"); |
| 570 | return 0; |
| 571 | } |
| 572 | |
| 573 | // at, with bounds check |
| 574 |
no test coverage detected