| 165 | CTYPE UArray_itemType(const UArray *self) { return self->itemType; } |
| 166 | |
| 167 | size_t UArray_itemSize(const UArray *self) { return self->itemSize; } |
| 168 | |
| 169 | // inline |
| 170 | size_t UArray_sizeRequiredToContain_(const UArray *self, const UArray *other) { |
no outgoing calls
no test coverage detected