CompressedId64Set.sortAndCompress Function
Create a sorted array from ids, then return a compact string representation of those Ids.
sortAndCompress(ids: Iterable<string>): string
@see compressIds if ids is known to already be sorted.
| Parameter | Type | Description |
|---|---|---|
| ids | Iterable<string> |
Returns - string
Defined in
Last Updated: 29 April, 2026
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.