Skip to content

Instantly share code, notes, and snippets.

@Yerazhas
Last active November 17, 2019 02:47
Show Gist options
  • Select an option

  • Save Yerazhas/8b4a7b96b3499db8586d7fbc4e99765c to your computer and use it in GitHub Desktop.

Select an option

Save Yerazhas/8b4a7b96b3499db8586d7fbc4e99765c to your computer and use it in GitHub Desktop.
//1.
struct WorkDay {
let numberOfClients: UInt8
let isWorkingDay: Bool
}
//2.
(Bool, Bool)
//3.
enum Direction {
case north
case south
case east
case west
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment