Changes between Version 10 and Version 11 of immutablelist
- Timestamp:
- 06/22/21 14:20:48 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
immutablelist
v10 v11 31 31 ||ShuffledList||A list of all values of the input list, but shuffled to random order|| 32 32 ||Tuples||Maps two input lists into a list of tuples.|| 33 ||SubList||A sublist of a given list. The selected elements are indicated with a binary code, with 1 indicating a selected element|| 34 ||SubLists||A list of all sublists of size k of the given list.||