klib
klib copied to clipboard
kb_itr_end() ?
Hello,
it's not an issue. Just a kbtree question.
There's kb_itr_first() which works perfectly. Is there a way to implement function returning end() iterator of btree?
Thanks
@stranger48 hello, I know you are watching code about kbtree.h, so could you decribe what is "b->t = ((size - 4 - sizeof(void*)) / (sizeof(void*) + sizeof(key_t)) + 1) >> 1; " ? please. it is too hard to me and I couldn't understand