-
Updated
Jun 20, 2022 - Swift
swift-extensions
Here are 63 public repositories matching this topic...
-
Updated
Jun 15, 2022 - Ruby
-
Updated
May 17, 2022
-
Updated
Nov 1, 2020 - Swift
-
Updated
Mar 25, 2020 - Swift
-
Updated
Nov 29, 2017 - Swift
-
Updated
Feb 18, 2019 - Swift
-
Updated
Jun 20, 2022 - Swift
-
Updated
Mar 5, 2019 - Swift
-
Updated
Apr 19, 2022 - Swift
-
Updated
Jun 23, 2022 - Python
-
Updated
Mar 8, 2021
-
Updated
Jul 7, 2022 - Swift
-
Updated
Apr 5, 2022 - Swift
-
Updated
Jul 5, 2022 - Swift
-
Updated
Sep 27, 2019 - Swift
-
Updated
Feb 14, 2022 - Swift
-
Updated
Apr 5, 2022 - Swift
-
Updated
Jan 25, 2018 - Swift
-
Updated
Jun 23, 2022 - Swift
-
Updated
May 2, 2019 - Swift
-
Updated
Nov 28, 2019 - Swift
-
Updated
Sep 21, 2018 - Swift
-
Updated
Nov 17, 2017 - Swift
-
Updated
Jul 8, 2022 - Ruby
-
Updated
Jun 26, 2022 - Swift
-
Updated
Feb 3, 2019 - Swift
Improve this page
Add a description, image, and links to the swift-extensions topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the swift-extensions topic, visit your repo's landing page and select "manage topics."
Is your feature request related to a problem? Please describe.
Doc string states:
Date().weekday -> 5 // fifth day in the current week.
Guess what, 5 is not friday. It's thursday. It makes some sense after i dug deeper, but as a programmer, i assumed monday could be 0 or 1, therefore thursday should be 3 or 4. Monday is 2! Because sunday is 1!
**Describe the solution you'd li