Update README.md

This commit is contained in:
Adam Fowler
2021-03-24 16:23:48 +00:00
committed by GitHub
parent eaaeea0166
commit c1d3f491b5

View File

@@ -101,6 +101,8 @@ The library comes with a series of transforms for the Swift standard objects.
- enumerated: Return dictionary as array of key, value pairs
- sorted: If the keys are comparable return as array of key, value pairs sorted by key
If a transform is applied to an object that doesn't recognise it then `nil` is returned.
### Sequence context transforms
Sequence context transforms are transforms applied to the current position in the sequence. They are formatted as a function that takes no parameter eg