libjudy
libjudy copied to clipboard
why is there no replace function?
possible to implement two more things?
- replace function
- iteeration
Why would there need to be a replace function? Except for Judy1, you just use the Get function to obtain a pointer and then de-reference and assign to that pointer to replace the value. (And for Judy1 you just call Judy1Set like usual.)