[][src]Function nonogram::arr1

pub fn arr1<A>(xs: &[A]) -> ArrayBase<OwnedRepr<A>, Dim<[usize; 1]>> where
    A: Clone

Create a one-dimensional array with elements from xs.