Skip to content

Instantly share code, notes, and snippets.

@laevandus
Created February 5, 2022 00:40
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 laevandus/4a16865c5c0b7138e2dd000d277c0dcd to your computer and use it in GitHub Desktop.
Save laevandus/4a16865c5c0b7138e2dd000d277c0dcd to your computer and use it in GitHub Desktop.
struct DateDuration {
let value: Int
let unit: Unit
enum Unit: String, CaseIterable {
case days, weeks, months
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment