pub fn write_f64<W: WriteBytesExt>(writer: &mut W, value: f64) -> Result<usize>
Expand description

Writes an Kind::Float atom with the given value.