Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/IoLanguage/io
/ UArray_strip_
Function
UArray_strip_
libs/basekit/source/UArray_string.c:188–191 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
186
}
187
188
BASEKIT_API void UArray_strip_(UArray *self, const UArray *other) {
189
UArray_lstrip_(self, other);
190
UArray_rstrip_(self, other);
191
}
192
193
// swap
194
Callers
1
IoSeq_mutable.c
File · 0.85
Calls
2
UArray_lstrip_
Function · 0.85
UArray_rstrip_
Function · 0.85
Tested by
no test coverage detected