compress abstract method

List<int> compress(
  1. List<int> data
)

Compress data

Implementation

List<int> compress(List<int> data);