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

Method right

src/strings/tst.rs:273–275  ·  view source on GitHub ↗

right subtries

(&self)

Source from the content-addressed store, hash-verified

271
272 // right subtries
273 fn right(&self) -> Option<NonNull<Node<T>>> {
274 self.subtries[2]
275 }
276
277 fn set_left(&mut self, x: Option<NonNull<Node<T>>>) {
278 self.subtries[0] = x;

Callers 5

longest_prefix_ofMethod · 0.45
get_dthFunction · 0.45
put_dthFunction · 0.45
collect_prefixFunction · 0.45
collect_matchFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected