MCPcopy Create free account
hub / github.com/douchuan/algorithm / set_left

Method set_left

src/strings/tst.rs:277–279  ·  view source on GitHub ↗
(&mut self, x: Option<NonNull<Node<T>>>)

Source from the content-addressed store, hash-verified

275 }
276
277 fn set_left(&mut self, x: Option<NonNull<Node<T>>>) {
278 self.subtries[0] = x;
279 }
280
281 fn set_mid(&mut self, x: Option<NonNull<Node<T>>>) {
282 self.subtries[1] = x;

Callers 1

put_dthFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected