Skip to content

Instantly share code, notes, and snippets.

@OneSadCookie
Created July 19, 2015 05:18
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 OneSadCookie/a618812f89c45962d1ca to your computer and use it in GitHub Desktop.
Save OneSadCookie/a618812f89c45962d1ca to your computer and use it in GitHub Desktop.
Deck.swift:27:16: error: cannot invoke initializer for type 'Card' with an argument list of type '(suit: Suit, rank: Rank, back: Back, facing: Facing)'
return Card(
^
Deck.swift:27:20: note: expected an argument list of type '(suit: Suit, rank: Rank, back: Back, facing: Facing)'
return Card(
^
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment