Closed TCeason closed 2 weeks ago
#[inline] pub fn day_of_year(self) -> i16 { type DayOfYear = ri16<1, 366>; let days = C(1) + self.since_days_ranged(self.first_of_year()); DayOfYear::rfrom(days).get() }
Maybe other function can also return unsigned number.
Duplicate of #35, #102.
Maybe other function can also return unsigned number.