Skip to content

Instantly share code, notes, and snippets.

@zsoltk
Created September 10, 2022 20:07
Show Gist options
  • Save zsoltk/18145ad592fce516c5f4751235662f9a to your computer and use it in GitHub Desktop.
Save zsoltk/18145ad592fce516c5f4751235662f9a to your computer and use it in GitHub Desktop.
private fun Cards.State.toProps() =
when (this) {
is Queued -> queued
is Bottom -> bottom
is Top -> top
is VoteLike -> voteLike
is VotePass -> votePass
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment