pub type SGER<'x, 'y, 'a> = GER<'x, 'y, 'a, f32>;
pub struct SGER<'x, 'y, 'a> { /* private fields */ }