Constructs a date given a year, month and day. Note that this constructor does not validate that the year month and date are sensible, but does have reasonable behaviour when they are not. For example, 2001-02-30 is a synonym for 2000-03-02.
(year: i32, month: i32, date: i32)
source not stored for this graph (policy: none)
nothing calls this directly
no test coverage detected