Changes between Version 17 and Version 18 of immutablelist
- Timestamp:
- 08/03/21 11:34:42 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
immutablelist
v17 v18 23 23 ||MapThreadList || Maps a 2-arg function over 2 lists.|| 24 24 ||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.|| 26 26 ||AbstractPermutations ||Abstract superclass of all classes that map some input list into a list of all permutations of the input list.|| 27 27 ||PermutationsOrderedWithoutReturn ||Maps input list into list of all permutations of the input list, when drawing N without return.||