MCPcopy 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
28void UArray_prepend_(UArray *self, const UArray *other) {
29 UArray_at_putAll_(self, 0, other);
30}
31
32int UArray_equalsAnyCase_(const UArray *self, const UArray *other) {
33 if (self->size == other->size) {

Callers 1

UArray_quoteFunction · 0.85

Calls 1

UArray_at_putAll_Function · 0.85

Tested by

no test coverage detected