flatten property

List flatten

Used to get a copy of an given array collapsed into one dimension

Implementation

List get flatten => Matrix2d().flatten(this);