Function aoc_lib::util::transpose[][src]

pub fn transpose<T>(input: &Vec<Vec<T>>) -> Vec<Vec<T>> where
    T: Copy