Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/IoLanguage/io
/ UArray_prepend_
Function
UArray_prepend_
libs/basekit/source/UArray_string.c:28–30 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
26
}
27
28
void UArray_prepend_(UArray *self, const UArray *other) {
29
UArray_at_putAll_(self, 0, other);
30
}
31
32
int UArray_equalsAnyCase_(const UArray *self, const UArray *other) {
33
if (self->size == other->size) {
Callers
1
UArray_quote
Function · 0.85
Calls
1
UArray_at_putAll_
Function · 0.85
Tested by
no test coverage detected