pub type DSPR2<'x, 'y, 'a> = SPR2<'x, 'y, 'a, f64>;
struct DSPR2<'x, 'y, 'a> { /* private fields */ }