-

@ mleku
2025-05-14 12:51:03
just made a change, as i was going to write the delete function, i realised it would be simpler searching for the keys to delete if i just made them into value table indexes, with each entry being a separate key, then to delete them i just find the words and assemble the key with the serial suffix, and voila
so that's all done
it also makes it a lot easier to write the code that does the search this way as well, because i don't have to touch an array in the values, just scan the keys and extract their serial suffix and done