Changes between Version 17 and Version 18 of immutablelist


Ignore:
Timestamp:
08/03/21 11:34:42 (3 years ago)
Author:
wouter
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • immutablelist

    v17 v18  
    2323||MapThreadList || Maps a 2-arg function over 2 lists.||
    2424||RandomIntegers||A list of pseudo-random numbers. List size is restricted to powers of 2.||
    25 ||Outer || maps an input list into a list containing all possible combinations with one element from each of the provided lists.||
     25||Outer ||Maps an input list into a list containing all possible combinations with one element from each of the provided lists.||
    2626||AbstractPermutations ||Abstract superclass of all classes that map some input list into a list of all permutations of the input list.||
    2727||PermutationsOrderedWithoutReturn ||Maps input list into list of all permutations of the input list, when drawing N without return.||