Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
165
CTYPE UArray_itemType(const UArray *self) { return self->itemType; }
166
167
size_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.c
File · 0.85
ISVECTOR
Function · 0.85
IoSeq_floatPointerOfLength_
Function · 0.85
IoSeq_mutable.c
File · 0.85
IoList.c
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected