4 lines
81 B
Rust
4 lines
81 B
Rust
use super::RadarData2d;
|
|
|
|
pub type RadarReflectivity<Raw> = RadarData2d<i8, Raw>;
|