MaskedArray constructor

MaskedArray(
  1. List data,
  2. List<List<int>> mask
)

Implementation

MaskedArray(this.data, this.mask);