MCPcopy Create free account
hub / github.com/QMHTMY/RustBook / main

Function main

publication/code/chapter07/radix_sort.rs:45–49  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

43}
44
45fn main() {
46 let mut nums = [54,32,99,18,75,31,43,56,21,22];
47 radix_sort(&mut nums);
48 println!("sorted nums: {:?}", nums);
49}

Callers

nothing calls this directly

Calls 1

radix_sortFunction · 0.70

Tested by

no test coverage detected