Skip to content

Commit

Permalink
add impls (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
esheppa authored Apr 15, 2024
1 parent fcee522 commit 7a29fa7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/minutes.rs
Original file line number Diff line number Diff line change
Expand Up @@ -292,6 +292,7 @@ day_subdivision_impl!(240);
day_subdivision_impl!(360);
day_subdivision_impl!(720);

#[derive(Clone, Copy, Debug, Eq, PartialEq, Ord, PartialOrd, Hash)]
pub struct DaySubdivison<const N: u32> {
index: i64,
}
Expand Down

0 comments on commit 7a29fa7

Please sign in to comment.