1 2 3 4 5
use super::*; pub type Angles = ([[f32;PN];SNOT],[[f32;PN];SNOT]); pub type NatReader<R> = BufReader<R>;