Changes between Version 4 and Version 5 of immutablelist


Ignore:
Timestamp:
10/17/19 16:24:43 (5 years ago)
Author:
wouter
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • immutablelist

    v4 v5  
    1919|| MapThreadList || Maps a 2-arg function over 2 lists ||
    2020|| Outer || maps an input list into a list containing all possible combinations with one element from each of the provided lists||
    21 || AbstractPermutations || Abstract superclass of all classes that map some input list into a list of all permutations of the input list||
    22 || PermutationsOrderedWithoutReturn || Maps input list into list of all permutations of the input list, when drawing without return.||
     21|| AbstractPermutations ||Abstract superclass of all classes that map some input list into a list of all permutations of the input list||
     22|| PermutationsOrderedWithoutReturn ||Maps input list into list of all permutations of the input list, when drawing without return.||
    2323
    2424