Skip to content

Instantly share code, notes, and snippets.

@AppleCEO
Created August 20, 2025 06:36
Show Gist options
  • Save AppleCEO/2e59297ed6aed15ffdf947c3dcec5e25 to your computer and use it in GitHub Desktop.
Save AppleCEO/2e59297ed6aed15ffdf947c3dcec5e25 to your computer and use it in GitHub Desktop.
enum DateType {
case concrete(Date)
case range(Range<Date>)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment