Skip to content

Instantly share code, notes, and snippets.

@fitomad
Created June 4, 2019 08:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fitomad/4ada5d79ecd35512a36d95aacafc2360 to your computer and use it in GitHub Desktop.
Save fitomad/4ada5d79ecd35512a36d95aacafc2360 to your computer and use it in GitHub Desktop.
/mnt/d/se-0244.swift:86:14: error: binary operator '==' cannot be applied to operands of type 'some Equatable' and 'some Equatable'
if randomOne == randomTwo
~~~~~~~~~ ^ ~~~~~~~~~
/mnt/d/se-0244.swift:86:14: note: expected an argument list of type '(Self, Self)'
if randomOne == randomTwo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment