macro_rules! impl_sample_type {
($tp:tt, $longer:tt) => { ... };
}Expand description
- Implement
SampleTypefor a specific numeric type.
macro_rules! impl_sample_type {
($tp:tt, $longer:tt) => { ... };
}SampleType for a specific numeric type.