Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/IoLanguage/io
/ UArray_changed
Function
UArray_changed
libs/basekit/source/UArray_math.c:498–501 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
496
// hash
497
498
void UArray_changed(UArray *self) {
499
self->evenHash = 0;
500
self->oddHash = 0;
501
}
502
503
#include
"Hash_fnv.h"
504
#include
"Hash_superfast.h"
Callers
15
UArray_replace_with_
Function · 0.85
UArray_replaceAnyCase_with_
Function · 0.85
UArray_swapIndex_withIndex_
Function · 0.85
UArray_reverse
Function · 0.85
UArray_swapWith_
Function · 0.85
UArray_escape
Function · 0.85
UArray_unescape
Function · 0.85
UArray_quote
Function · 0.85
UArray_unquote
Function · 0.85
UArray_crossProduct_
Function · 0.85
UArray_reverseItemByteOrders
Function · 0.85
UArray_addEqualsOffsetXScaleYScale
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected