MCPcopy Create free account
hub / github.com/IoLanguage/io / UArray_itemType

Function UArray_itemType

libs/basekit/source/UArray.c:165–165  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

163// new
164
165CTYPE UArray_itemType(const UArray *self) { return self->itemType; }
166
167size_t UArray_itemSize(const UArray *self) { return self->itemSize; }
168

Callers 9

UArray_append_Function · 0.85
UArray_copy_Function · 0.85
UArray_leave_thenRemove_Function · 0.85
UArray_insert_every_Function · 0.85
IoSeq_immutable.cFile · 0.85
ISVECTORFunction · 0.85
IoSeq_mutable.cFile · 0.85
IoList.cFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected