Changes between Version 19 and Version 20 of immutablelist


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

--

Legend:

Unmodified
Added
Removed
Modified
  • immutablelist

    v19 v20  
    2121||JoinedList ||Joins multiple ImmutableLists into one. ||
    2222||MapList ||Maps a function over the input list. ||
    23 ||MapThreadList || Maps a 2-arg function over 2 lists.||
     23||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.||
    2525||Outer ||Maps an input list into a list containing all possible combinations with one element from each of the provided lists.||