Skip to content

Instantly share code, notes, and snippets.

@vikingosegundo
Created May 14, 2021 19:01
Show Gist options
  • Save vikingosegundo/cf0b40251a849833c7330e05a2b6990d to your computer and use it in GitHub Desktop.
Save vikingosegundo/cf0b40251a849833c7330e05a2b6990d to your computer and use it in GitHub Desktop.
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