Skip to main content

f64s_to_wire

Function f64s_to_wire 

Source
pub fn f64s_to_wire<const N: usize>(src: &[f64; N]) -> [F64; N]
Expand description

Converts [f64; N] to the little-endian wire representation.