Changes between Version 16 and Version 17 of immutablelist
- Timestamp:
- 08/03/21 11:34:30 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
immutablelist
v16 v17 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.|| 28 ||PermutationsWithoutReturn || 28 ||PermutationsWithoutReturn ||Maps input list into list of all permutations of the input list, when drawn all without return. || 29 29 ||PermutationsWithReturn||Maps the input list into list of all permutations of the input list, when drawn all with return.|| 30 30 ||Range||A list of all values from low to high with given step size||