ArrayComplex constructor

ArrayComplex(
  1. List<Complex> list
)

Implementation

ArrayComplex(List<Complex> list) {
  l = list.toList();
}