Sets the value at a specific index in the tree, updating the structure accordingly. This operation updates the value at `index` by computing the difference between the desired value and the current value, then applying that difference using `update`. # Arguments `index` - The zero-based index of the element to set. `value` - The new value to set at the specified index. # Returns A `Result` in
(&mut self, index: usize, value: T)
source not stored for this graph (policy: none)
nothing calls this directly
no test coverage detected