[][src]Function leetcode_for_rust::cd0025_reverse_nodes_in_k_group::add

pub fn add(
    head: Option<Box<ListNode>>,
    tail: Option<Box<ListNode>>
) -> Option<Box<ListNode>>