ShrinkExtensionsListInt extension

Extensions on List<int> for compressing unique integer lists.

These extension methods make it more convenient to compress lists of unique integers by allowing method chaining.

on

Methods

shrink() Uint8List

Available on List<int>, provided by the ShrinkExtensionsListInt extension

Compresses this list of unique integers using the most efficient algorithm.
shrinkManual(UniqueCompressionMethod method) Uint8List

Available on List<int>, provided by the ShrinkExtensionsListInt extension

Compresses this list of unique integers using a specified compression method.