Closed jeizenga closed 3 years ago
The semantics are to remove one half of a node from a given offset. It can be accomplished by composing divide_handle with destroy_handle, but I want to have the option of a more efficient implementation as well.
divide_handle
destroy_handle
The semantics are to remove one half of a node from a given offset. It can be accomplished by composing
divide_handle
withdestroy_handle
, but I want to have the option of a more efficient implementation as well.