iterable property

List<T> iterable

Returns a list iterable over the polynomial.

Implementation

List<T> get iterable => _PolynomialList<T>(this);