Changes between Version 19 and Version 20 of immutablelist
- Timestamp:
- 08/03/21 11:35:20 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
immutablelist
v19 v20 21 21 ||JoinedList ||Joins multiple ImmutableLists into one. || 22 22 ||MapList ||Maps a function over the input list. || 23 ||MapThreadList || 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 25 ||Outer ||Maps an input list into a list containing all possible combinations with one element from each of the provided lists.||