Created
August 20, 2025 06:36
-
-
Save AppleCEO/2e59297ed6aed15ffdf947c3dcec5e25 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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