Created
July 19, 2015 05:18
-
-
Save OneSadCookie/a618812f89c45962d1ca to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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