debtmap 0.16.3

Code complexity and technical debt analyzer
Documentation
1
2
3
fn get_middle(arr: [i32; 5]) -> i32 {
    arr[2]
}