Created
May 14, 2021 19:01
-
-
Save vikingosegundo/cf0b40251a849833c7330e05a2b6990d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
public func change(_ item: TodoItem, _ changes: TodoItem.Change...) -> TodoItem { item.alter(changes) } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment