Changes between Version 10 and Version 11 of immutablelist


Ignore:
Timestamp:
06/22/21 14:20:48 (4 years ago)
Author:
wouter
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • immutablelist

    v10 v11  
    3131||ShuffledList||A list of all values of the input list, but shuffled to random order||
    3232||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.||