Skip to content

Commit

Permalink
docs: readme (#61)
Browse files Browse the repository at this point in the history
  • Loading branch information
priyadi committed May 1, 2024
1 parent ba9130c commit 7380e30
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,9 +115,11 @@ a few keystrokes.
### Arrays and Array-Like Objects

* Handles the mapping between `array` or array-like objects.
* Handles adder methods on the target side.
* Handles adder and remover methods on the target side.
* Handles non-string & non-integer keys in array-like objects, including
`SplObjectStorage`.
* Option to remove existing items from the target if they are not present in the
source.

### Array-Like Lazy-Loading

Expand Down

0 comments on commit 7380e30

Please sign in to comment.