Skip to content

Instantly share code, notes, and snippets.

@vikingosegundo
Created September 16, 2022 10:46
Show Gist options
  • Save vikingosegundo/7b15160e6b428cfac99f2e999fa90cbe to your computer and use it in GitHub Desktop.
Save vikingosegundo/7b15160e6b428cfac99f2e999fa90cbe to your computer and use it in GitHub Desktop.
private func decrease(value:Light.Value,by dec:Light.Value.Increment, on light:Light) { rootHandler( .lighting(.decrease(value,by:dec,on:light)) ) }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment