まだ執筆中の箇所が多くあります。ご容赦ください。
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
/// The activity type | |
typealias ActivityType = "release" | "streaming" | |
/// The date | |
typealias Date = String(matches(Regex(#"^[0-9]{4}-[0-9]{2}-[0-9]{2}$"#))) | |
/// The day | |
typealias Day = Duration(isBetween(0.d, 6.d)) | |
/// The time span |
OlderNewer