Skip to main content

write_le_num

Macro write_le_num 

Source
macro_rules! write_le_num {
    ($T:ty; $dest:expr, $num:expr) => { ... };
}
Expand description

Writes a numeric value to the buffer in little-endian format.