pub(crate) fn write_with_prec<W, V>( dest: &mut W, value: V, prec: usize, ) -> DtoaResultwhere W: Write, V: Float,