[][src]Type Definition nonogram::Array1

type Array1<A> = ArrayBase<OwnedRepr<A>, Dim<[usize; 1]>>;

one-dimensional array