Array2d constructor

Array2d(
  1. List<Array> list
)

Implementation

Array2d(List<Array> list) {
  l = list;
}