float_to_le

@param val The value to store @param buf Where to store it (may be unaligned)

@system @nogc pragma(inline, true) @nogc @system
void
float_to_le
(
float val
,
ubyte* buf
)

Meta