Array3d.fromArray constructor

Array3d.fromArray(
  1. Array3d list
)

Implementation

Array3d.fromArray(Array3d list) {
  l = list;
}