swift-modules Questions
1
Solved
By chance, I discovered that you can do this without the compiler complaining:
extension Date {
var timeIntervalSinceNow: TimeInterval {
return 1000
}
}
What's weirder, is that this actually ...
Fiction asked 8/9, 2017 at 20:17
1
© 2022 - 2024 — McMap. All rights reserved.