Method lrs::num::W8::to_le

Interprets this integer as a value in host-endian representation and returns the value in little-endian representation.

Syntax

impl W8 {
    fn to_le(self) -> W8
}