Skip to content

Commit

Permalink
Add 82792
Browse files Browse the repository at this point in the history
  • Loading branch information
fanninpm committed Mar 5, 2021
1 parent 5492646 commit fca4da6
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions ices/82792.rs
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
#![crate_type = "lib"]
#![feature(const_generics_defaults)]

#[repr(C)]
pub struct Loaf<T: Sized, const N: usize = 1usize> {
head: [T; N],
slice: [T],
}

0 comments on commit fca4da6

Please sign in to comment.