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.
Methods
-
shrink(
) → Uint8List -
Available on List<
Compresses this list of unique integers using the most efficient algorithm.int> , provided by the ShrinkExtensionsListInt extension -
shrinkManual(
UniqueCompressionMethod method) → Uint8List -
Available on List<
Compresses this list of unique integers using a specified compression method.int> , provided by the ShrinkExtensionsListInt extension