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

Function extract_words

benches/strings.rs:102–104  ·  view source on GitHub ↗
(i: &str)

Source from the content-addressed store, hash-verified

100}
101
102fn extract_words(i: &str) -> Vec<&str> {
103 i.split_whitespace().collect()
104}

Callers 4

sort_str_std_VecFunction · 0.70
sort_str_LSD_radixFunction · 0.70
sort_str_MSD_radixFunction · 0.70
sort_str_quick3stringsFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected