Function build_list

Source
pub fn build_list<const N: usize>(v: [i32; N]) -> Option<Box<ListNode>>