fixed_wide_vectors/fixed_wide/src/wide.rs
2024-08-23 13:00:22 -07:00

5 lines
78 B
Rust

pub struct Fixed<I,Frac>{
bits:I,
phantom:std::marker::PhantomData<Frac>,
}