Skip to content

Instantly share code, notes, and snippets.

@ManWithBear
Created February 14, 2018 12:51
Show Gist options
  • Save ManWithBear/c37813412d196d842fc48049d10a27d3 to your computer and use it in GitHub Desktop.
Save ManWithBear/c37813412d196d842fc48049d10a27d3 to your computer and use it in GitHub Desktop.
infix operator ⎽⟋: AdditionPrecedence
func ⎽⟋(_ left: Any, _ right: Any) { }
infix operator ⟍⎽: AdditionPrecedence
func ⟍⎽(_ left: Any, _ right: Any) { }
let ¯ = ""
let ツ = ""
let dunno = ¯⟍⎽(ツ)⎽⟋¯
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment