[][src]Type Definition nonogram::Array2

type Array2<A> = ArrayBase<OwnedRepr<A>, Dim<[usize; 2]>>;

two-dimensional array