Home
last modified time | relevance | path

Searched refs:from_le (Results 1 – 1 of 1) sorted by relevance

/third_party/rust/crates/num-traits/src/
Dint.rs309 fn from_le(x: Self) -> Self; in from_le() method
476 fn from_le(x: Self) -> Self {
477 <$T>::from_le(x)