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

Method default

src/strings/tst.rs:227–229  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

225
226impl<T> Default for TST<T> {
227 fn default() -> Self {
228 Self { root: None, n: 0 }
229 }
230}
231
232impl<T> Drop for TST<T> {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected