Skip to content

Instantly share code, notes, and snippets.

@truizlop
Created July 24, 2018 13:28
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 truizlop/e3a17ac542940e2b44c765fece2e6758 to your computer and use it in GitHub Desktop.
Save truizlop/e3a17ac542940e2b44c765fece2e6758 to your computer and use it in GitHub Desktop.
extension Player : Arbitrary {
public static var arbitrary : Gen<Player> {
return Gen<Player>.fromElementsOf([Player.one, Player.two])
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment