Add List.ends_with?/2
List.zip/1 is deprecated in favor of Enum.zip/1
Module
17 changes across 13 versions
Changes by version
Add List.ends_with?/2
List.zip/1 is deprecated in favor of Enum.zip/1
Add List.keysort/3 with support for a sorter function
Add List.keyfind!/3
Add default value for List.first/1 and List.last/1
Add List.myers_difference/3 and List.improper?/1
Rearrange equals and inserts for shorter diff scripts in List.myers_difference/2
List.starts_with?/2
Add List.pop_at/3
Add List.myers_difference/2
Add List.keytake/3
List.unzip/2 was removed
List.from_char_data/1 and List.from_char_data!/1 deprecated in favor of String.to_char_list/1
Add List.replace_at/3
Fix bug on List.insert_at/3 that added the item at the wrong position for negative indexes
List.concat/2 is deprecated in favor of Enum.concat/2
Add List.keysort/2