fixed_wide_vectors/fixed_wide/src/wide.rs

5 lines
78 B
Rust
Raw Normal View History

2024-08-23 20:00:22 +00:00
pub struct Fixed<I,Frac>{
bits:I,
phantom:std::marker::PhantomData<Frac>,
}