Ensmallen Date struct.

This commit is contained in:
Jeroen van Rijn
2024-03-20 18:13:29 +01:00
parent 89ca15014c
commit ed5fd15f6e
3 changed files with 11 additions and 11 deletions
+2 -2
View File
@@ -26,8 +26,8 @@ Error :: enum {
Date :: struct {
year: i64,
month: i64,
day: i64,
month: i8,
day: i8,
}
Time :: struct {