Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
frankdekker authored Sep 17, 2023
1 parent aecdaf2 commit 1ee1cdd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ A library with everyday use classes and methods:
- `contains` - Test if the given value is contained within items. Supports `EquatableInterface`.
- `diff` - Get the difference between two arrays. Supports `ComparableInterface`.
- `explode` - Explode a string or null into an array, with exploding empty string to empty array.
- `mapAssoc` - Map an array to a new array using a callback, preserving keys. Supports [`EquatableInterface`](.
- `reindex` - Reindex an array with new keys based on the result of the callback. Supports `EquatableInterface`.
- `mapAssoc` - Map an array to a new array using a callback, preserving keys.
- `reindex` - Reindex an array with new keys based on the result of the callback.
- `remove` - Remove an element from an array based on the callback. Supports `EquatableInterface`.
- `removeKey` - Remove an element from an array based on the key.
- `removeKeys` - Remove multiple elements from an array based on the keys.
Expand Down

0 comments on commit 1ee1cdd

Please sign in to comment.