Skip to content

Commit

Permalink
Impl Chunk trait for slices up to a len of 32 (#142)
Browse files Browse the repository at this point in the history
  • Loading branch information
Luro02 authored Apr 27, 2020
1 parent 630d6f6 commit 9f37f9c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion logos/src/source.rs
Original file line number Diff line number Diff line change
Expand Up @@ -239,4 +239,7 @@ macro_rules! impl_array {
)*);
}

impl_array!(1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16);
impl_array!(
1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26,
27, 28, 29, 30, 31, 32
);

0 comments on commit 9f37f9c

Please sign in to comment.