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

Method build_in_level

src/tree/binary/builder/level.rs:20–22  ·  view source on GitHub ↗
(vec: &[&str])

Source from the content-addressed store, hash-verified

18
19impl<K: std::str::FromStr, V> BuildTreeInLevel<K, V> for TreeBuilder {
20 fn build_in_level(vec: &[&str]) -> Tree<K, V> {
21 build(vec)
22 }
23}
24
25// ?? why K: std::str::FromStr

Callers

nothing calls this directly

Calls 1

buildFunction · 0.85

Tested by

no test coverage detected