pub type TargetF64<'a> = Target<'a, f64>;
pub enum TargetF64<'a> { One(&'a mut f64), Many(&'a mut [f64]), }