compact property

List compact

compact for removing all falsy values from the list

  • false, 0, "", null, undefined, NaN

Implementation

List get compact => array.compact(this);